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/custom-service-listener' of https://github.com/…
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jul 24, 2012
9 parents 41714a1 + e3b1be1 + 19f0ef6 + 33bf9c0 + 3729984 + a5ce396 + 698dbe0 + 0efca0b + 204ce7a commit 187ea79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/Helper/Navigation/AbstractTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ protected function setUp()

$sm = $this->serviceManager = new ServiceManager(new ServiceManagerConfig);
$sm->setService('ApplicationConfig', $smConfig);
$sm->setFactory('ServiceListener', 'Zend\Mvc\Service\ServiceListenerFactory');
$sm->get('ModuleManager')->loadModules();
$sm->get('Application')->bootstrap();
$sm->setFactory('Navigation', 'Zend\Navigation\Service\DefaultNavigationFactory');
Expand Down

0 comments on commit 187ea79

Please sign in to comment.