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

Commit 91f292c

Browse files
committed
Fix failing hydrator test
- normalize "config" service to lower case.
1 parent 3739645 commit 91f292c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Service/HydratorManagerFactoryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function setUp()
2121
{
2222
$this->factory = new HydratorManagerFactory();
2323
$this->services = $this->prophesize(ServiceLocatorInterface::class);
24-
$this->services->get('Config')->willReturn([]);
24+
$this->services->get('config')->willReturn([]);
2525
}
2626

2727
public function testFactoryReturnsZendHydratorManagerInstance()

0 commit comments

Comments
 (0)