Skip to content

Commit

Permalink
Fixed missing method definition in mock.
Browse files Browse the repository at this point in the history
  • Loading branch information
h4cc committed Apr 13, 2015
1 parent c857afb commit 4cd0a22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Fixture/FixtureManagerTest.php
Expand Up @@ -55,7 +55,7 @@ public function setUp()
->getMock();

$this->yamlLoaderMock = $this->getMockBuilder('\Nelmio\Alice\Loader\Yaml')
->setMethods(array('setProviders', 'load'))
->setMethods(array('setProviders', 'addProvider', 'load'))
->disableOriginalConstructor()
->getMock();

Expand Down

0 comments on commit 4cd0a22

Please sign in to comment.