mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
separate directory and path by /
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 . '/' . $file;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user