Skip to content

Commit 6d5ac66

Browse files
committed
Fix directory seperator
1 parent 27dbd22 commit 6d5ac66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestUtils.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class TestUtils{
88
* @return array
99
*/
1010
public static function getTestFileLines($testFile){
11-
return file(__DIR__.'\\'.$testFile);
11+
return file(__DIR__.DIRECTORY_SEPARATOR.$testFile);
1212
}
1313

1414
}

0 commit comments

Comments
 (0)