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

Commit e875a0a

Browse files
committed
fixes parenthesis
1 parent 00367b4 commit e875a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Service/ControllerManagerFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ControllerManagerFactoryTest extends TestCase
3737
public function setUp()
3838
{
3939
$managerFactory = new ControllerManagerFactory();
40-
$config = new ArrayObject(array('di' => []);
40+
$config = new ArrayObject(array('di' => []));
4141
$this->services = new ServiceManager();
4242
$this->services->setService('Zend\ServiceManager\ServiceLocatorInterface', $this->services);
4343
$this->services->setFactory('ControllerManager', $managerFactory);

0 commit comments

Comments
 (0)