mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 17:57:23 +01:00
enable windows tests
This commit is contained in:
@ -175,7 +175,7 @@ final class Converter
|
||||
private function toRelativePath(string $path): string
|
||||
{
|
||||
// Remove cwd from the path.
|
||||
return str_replace("$this->rootPath/", '', $path);
|
||||
return str_replace("$this->rootPath".DIRECTORY_SEPARATOR, '', $path);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user