diff --git a/composer.json b/composer.json index a51a5b3..edfc481 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ }, "autoload-dev": { "psr-4": { - "Amp\\PHPUnit\\Test\\": "test" + "Amp\\PHPUnit\\": "test" } } } diff --git a/test/AsyncTestCaseTest.php b/test/AsyncTestCaseTest.php index a8f39b7..f800ec9 100644 --- a/test/AsyncTestCaseTest.php +++ b/test/AsyncTestCaseTest.php @@ -1,12 +1,9 @@