From 1565eb316f6930ac3f8d23192f3fe46c808625be Mon Sep 17 00:00:00 2001 From: Alexey Kopytko Date: Mon, 29 Feb 2016 16:12:33 +0900 Subject: [PATCH] Removed redundant Test namespace --- composer.json | 2 +- tests/ExampleTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1c9f111..072574c 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ }, "autoload-dev": { "psr-4": { - ":vendor\\:package_name\\Test\\": "tests" + ":vendor\\:package_name\\": "tests" } }, "scripts": { diff --git a/tests/ExampleTest.php b/tests/ExampleTest.php index 90074a8..a3b4876 100644 --- a/tests/ExampleTest.php +++ b/tests/ExampleTest.php @@ -1,6 +1,6 @@