mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 18:57:22 +01:00
fix directory separator for windows
This commit is contained in:
@ -11,5 +11,5 @@ function version(): string
|
|||||||
|
|
||||||
function testDirectory(string $file = ''): string
|
function testDirectory(string $file = ''): string
|
||||||
{
|
{
|
||||||
return TestSuite::getInstance()->testPath.'/'.$file;
|
return TestSuite::getInstance()->testPath.DIRECTORY_SEPARATOR.$file;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user