From 14d1c36ec0c72fe76b301a17af1d52330cc61d0c Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Sun, 18 Dec 2022 18:47:31 +0100 Subject: [PATCH] Remove separate test namespace --- composer.json | 2 +- test/AsyncTestCaseTest.php | 5 +---- test/InvalidAsyncTestCaseTest.php | 3 +-- 3 files changed, 3 insertions(+), 7 deletions(-) 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 @@