| @@ -35,8 +35,6 @@ | ||
| 35 | 35 | use Zend\Http\Response; | 
| 36 | 36 | use Zend\Mvc\MvcEvent; | 
| 37 | 37 | use Zend\Router\Http\RouteMatch; | 
| 38 | -use Zend\Stdlib\ResponseInterface; | |
| 39 | -use Zend\View\Model\ViewModel; | |
| 40 | 38 | |
| 41 | 39 | class ProxyControllerTest extends TestCase | 
| 42 | 40 |  { | 
| @@ -43,20 +43,20 @@ | ||
| 43 | 43 | 'aliases' => [ | 
| 44 | 44 | 'mailto' => Mailto::class, | 
| 45 | 45 | ], | 
| 46 | - ], | |
| 47 | - 'controllers' => array( | |
| 48 | - 'invokables' => array( | |
| 49 | - ProxyController::class => ProxyController::class | |
| 50 | - ), | |
| 51 | - ), | |
| 52 | - 'router' => array( | |
| 53 | - 'routes' => array( | |
| 54 | - 'mailproxy' => array( | |
| 55 | - 'type' => 'Segment', | |
| 46 | + ], | |
| 47 | + 'controllers' => array( | |
| 48 | + 'invokables' => array( | |
| 49 | + ProxyController::class => ProxyController::class | |
| 50 | + ), | |
| 51 | + ), | |
| 52 | + 'router' => array( | |
| 53 | + 'routes' => array( | |
| 54 | + 'mailproxy' => array( | |
| 55 | + 'type' => 'Segment', | |
| 56 | 56 | 'options' => array( | 
| 57 | - 'route' => '/mailproxy[/:id]', | |
| 57 | + 'route' => '/mailproxy[/:id]', | |
| 58 | 58 | 'defaults' => array( | 
| 59 | - 'controller' => ProxyController::class, | |
| 59 | + 'controller' => ProxyController::class, | |
| 60 | 60 | 'action' => 'index', | 
| 61 | 61 | 'id' => 'moc.elpmaxe@ofni', | 
| 62 | 62 | ), |