diff --git a/Tests/Fixture/FixtureManagerTest.php b/Tests/Fixture/FixtureManagerTest.php index 0a8be06..9e38367 100644 --- a/Tests/Fixture/FixtureManagerTest.php +++ b/Tests/Fixture/FixtureManagerTest.php @@ -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();