mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
fix directory separator for windows
This commit is contained in:
@ -11,5 +11,5 @@ function version(): 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