diff --git a/composer.json b/composer.json index 1ac6e71..dd5d1a7 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,7 @@ }, "autoload-dev": { "psr-4": { - "Amp\\Http\\Server\\Router\\Test\\": "test" + "Amp\\Http\\Server\\": "test" } }, "scripts": { diff --git a/test/RouterTest.php b/test/RouterTest.php index f7d33a2..fe99371 100644 --- a/test/RouterTest.php +++ b/test/RouterTest.php @@ -1,20 +1,12 @@