Skip to content

Commit

Permalink
[Finder] Fixed a path in a test.
Browse files Browse the repository at this point in the history
Its probably better to be explicit rather than to rely on a path position in the array. Position has changed during a merge.
  • Loading branch information
jakzal committed May 27, 2013
1 parent 1ead34f commit 127f3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Finder/Tests/FinderTest.php
Expand Up @@ -761,7 +761,7 @@ public function testMultipleLocationsWithSubDirectories()
{
$locations = array(
__DIR__.'/Fixtures/one',
self::$files[8],
self::$tmpDir.DIRECTORY_SEPARATOR.'toto',
);

$finder = new Finder();
Expand Down

0 comments on commit 127f3bd

Please sign in to comment.