From 127f3bd500b59d771b5435092bc905dd5499372c Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 27 May 2013 21:26:32 +0100 Subject: [PATCH] [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. --- src/Symfony/Component/Finder/Tests/FinderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Finder/Tests/FinderTest.php b/src/Symfony/Component/Finder/Tests/FinderTest.php index 4baf52bede..2ee4a9055a 100644 --- a/src/Symfony/Component/Finder/Tests/FinderTest.php +++ b/src/Symfony/Component/Finder/Tests/FinderTest.php @@ -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();