Skip to content

Commit

Permalink
Merge pull request #982 from robfrawley/bugfix-fix-filesystem-loader-…
Browse files Browse the repository at this point in the history
…deprecation-message

[Tests] Fix filesystem loader deprecation message in tests
  • Loading branch information
robfrawley authored Aug 31, 2017
2 parents 8c22844 + 78c0dd3 commit 0256c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Binary/Loader/FileSystemLoaderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function testLoad($root, $path)
* @dataProvider provideLoadCases
*
* @group legacy
* @expectedDeprecation Method %s() will have a forth `LocatorInterface $locator` argument in version 2.0. Not defining it is deprecated since version 1.7.2
* @expectedDeprecation Method %s::__construct() will expect the third parameter to be a LocatorInterface in version 2.0. Defining data roots instead is deprecated since version 1.9.0
*
* @param string $root
* @param string $path
Expand Down

0 comments on commit 0256c89

Please sign in to comment.