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

Commit

Permalink
Merge branch 'feature/4251' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/Helper/UrlIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,15 @@ protected function setUp()
),
'factories' => array(
'Application' => 'Zend\Mvc\Service\ApplicationFactory',
'ConsoleViewManager' => 'Zend\Mvc\Service\ConsoleViewManagerFactory',
'EventManager' => 'Zend\Mvc\Service\EventManagerFactory',
'ViewHelperManager' => 'Zend\Mvc\Service\ViewHelperManagerFactory',
'Request' => 'Zend\Mvc\Service\RequestFactory',
'Response' => 'Zend\Mvc\Service\ResponseFactory',
'Router' => 'Zend\Mvc\Service\RouterFactory',
'ConsoleRouter' => 'Zend\Mvc\Service\RouterFactory',
'HttpRouter' => 'Zend\Mvc\Service\RouterFactory',
'HttpViewManager' => 'Zend\Mvc\Service\HttpViewManagerFactory',
'RoutePluginManager' => 'Zend\Mvc\Service\RoutePluginManagerFactory',
'ViewManager' => 'Zend\Mvc\Service\ViewManagerFactory',
'ViewResolver' => 'Zend\Mvc\Service\ViewResolverFactory',
Expand Down

0 comments on commit 2aa926c

Please sign in to comment.