Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
fhein committed Apr 10, 2018
1 parent f7dee82 commit 11af889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ServiceManagerTest.php
Expand Up @@ -58,7 +58,7 @@ public function testConfigurationCanBeMerged()
public function testConfigurationTakesPrecedenceWhenMerged()
{
$factory = $this->getMockBuilder(FactoryInterface::class)
->getMock();
->get();

$factory->expects($this->once())->method('__invoke');

Expand Down

0 comments on commit 11af889

Please sign in to comment.