summaryrefslogtreecommitdiff
path: root/tests/Unit/Middleware/DispatcherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Middleware/DispatcherTest.php')
-rw-r--r--tests/Unit/Middleware/DispatcherTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Middleware/DispatcherTest.php b/tests/Unit/Middleware/DispatcherTest.php
index 4e1c51a7..6a6d9113 100644
--- a/tests/Unit/Middleware/DispatcherTest.php
+++ b/tests/Unit/Middleware/DispatcherTest.php
@@ -7,8 +7,8 @@ use Engelsystem\Middleware\Dispatcher;
use Engelsystem\Test\Unit\Middleware\Stub\NotARealMiddleware;
use InvalidArgumentException;
use LogicException;
+use PHPUnit\Framework\MockObject\MockObject;
use PHPUnit\Framework\TestCase;
-use PHPUnit_Framework_MockObject_MockObject as MockObject;
use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Psr\Http\Server\MiddlewareInterface;