diff --git a/composer.json b/composer.json index 2a70e41..a9f5919 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "autoload-dev": { "psr-4": { - "VendorOrProject\\Tests\\": "tests/" + "Tests\\VendorOrProject\\": "tests/" } }, "require": { diff --git a/tests/TestClassTest.php b/tests/TestClassTest.php index 27e384c..b86b6fc 100644 --- a/tests/TestClassTest.php +++ b/tests/TestClassTest.php @@ -1,6 +1,6 @@