Skip to content

Commit

Permalink
Remove separate test namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Aug 5, 2023
1 parent e823c96 commit 565eeb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"autoload-dev": {
"psr-4": {
"Amp\\Http\\Server\\Router\\Test\\": "test"
"Amp\\Http\\Server\\": "test"
}
},
"scripts": {
Expand Down
10 changes: 1 addition & 9 deletions test/RouterTest.php
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
<?php declare(strict_types=1);

namespace Amp\Http\Server\Router\Test;
namespace Amp\Http\Server;

use Amp\ByteStream\Payload;
use Amp\CompositeException;
use Amp\Http\HttpStatus;
use Amp\Http\Server\DefaultErrorHandler;
use Amp\Http\Server\Driver\Client;
use Amp\Http\Server\ErrorHandler;
use Amp\Http\Server\Middleware;
use Amp\Http\Server\Request;
use Amp\Http\Server\RequestHandler;
use Amp\Http\Server\RequestHandler\ClosureRequestHandler;
use Amp\Http\Server\Response;
use Amp\Http\Server\Router;
use Amp\Http\Server\SocketHttpServer;
use Amp\Socket\InternetAddress;
use League\Uri;
use PHPUnit\Framework\TestCase;
Expand Down

0 comments on commit 565eeb2

Please sign in to comment.