Skip to content

Commit

Permalink
Fix failing Navigation tests
Browse files Browse the repository at this point in the history
- Failing due to change to register ServiceListener service in
  ModuleManagerFactory; was resulting in attempt to re-register, leading
  to an exception. Fixed.
  • Loading branch information
weierophinney committed Jul 25, 2012
1 parent 0c1b41b commit 6e35fd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Zend/Navigation/ServiceFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ protected function setUp()

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

Expand Down

0 comments on commit 6e35fd6

Please sign in to comment.