File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Component/Finder/Tests/Iterator Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ abstract class RealIteratorTestCase extends IteratorTestCase
19
19
20
20
public static function setUpBeforeClass ()
21
21
{
22
- self ::$ tmpDir = sys_get_temp_dir () . DIRECTORY_SEPARATOR . 'symfony2_finder ' ;
22
+ self ::$ tmpDir = realpath ( sys_get_temp_dir () ) . DIRECTORY_SEPARATOR . 'symfony2_finder ' ;
23
23
24
24
self ::$ files = array (
25
25
'.git/ ' ,
@@ -75,7 +75,7 @@ protected static function toAbsolute($files = null)
75
75
* Without the call to setUpBeforeClass() property can be null.
76
76
*/
77
77
if (!self ::$ tmpDir ) {
78
- self ::$ tmpDir = sys_get_temp_dir () . DIRECTORY_SEPARATOR . 'symfony2_finder ' ;
78
+ self ::$ tmpDir = realpath ( sys_get_temp_dir () ) . DIRECTORY_SEPARATOR . 'symfony2_finder ' ;
79
79
}
80
80
81
81
if (is_array ($ files )) {
You can’t perform that action at this time.
0 commit comments