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

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
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/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 7d61487

Please sign in to comment.