[Finder] Fixed a path in a test.

Its probably better to be explicit rather than to rely on a path position in the array. Position has changed during a merge.
This commit is contained in:
Jakub Zalas 2013-05-27 21:26:32 +01:00
parent 1ead34ff8c
commit 127f3bd500
1 changed files with 1 additions and 1 deletions

View File

@ -761,7 +761,7 @@ class FinderTest extends Iterator\RealIteratorTestCase
{
$locations = array(
__DIR__.'/Fixtures/one',
self::$files[8],
self::$tmpDir.DIRECTORY_SEPARATOR.'toto',
);
$finder = new Finder();