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 @@