We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27dbd22 commit 6d5ac66Copy full SHA for 6d5ac66
tests/TestUtils.php
@@ -8,7 +8,7 @@ class TestUtils{
8
* @return array
9
*/
10
public static function getTestFileLines($testFile){
11
- return file(__DIR__.'\\'.$testFile);
+ return file(__DIR__.DIRECTORY_SEPARATOR.$testFile);
12
}
13
14
0 commit comments