Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 4628c44

Browse files
committed
Removed unused imports
1 parent 145e300 commit 4628c44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/Controller/MiddlewareControllerTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,13 @@
1111

1212
use PHPUnit\Framework\TestCase;
1313
use Psr\Http\Message\ResponseInterface;
14-
use ReflectionProperty;
1514
use Zend\EventManager\EventManager;
16-
use Zend\EventManager\EventManagerAwareInterface;
1715
use Zend\EventManager\EventManagerInterface;
18-
use Zend\EventManager\ResponseCollection;
1916
use Zend\Http\Request;
2017
use Zend\Http\Response;
2118
use Zend\Mvc\Controller\AbstractController;
2219
use Zend\Mvc\Controller\MiddlewareController;
2320
use Zend\Mvc\Exception\RuntimeException;
24-
use Zend\Mvc\InjectApplicationEventInterface;
2521
use Zend\Mvc\MvcEvent;
2622
use Zend\Stdlib\DispatchableInterface;
2723
use Zend\Stdlib\RequestInterface;

0 commit comments

Comments
 (0)