mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 10:17:23 +01:00
Fix issue with case-insensitive windows paths
This commit is contained in:
@ -83,7 +83,7 @@ final class TestSuite
|
||||
$this->afterEach = new AfterEachRepository();
|
||||
$this->afterAll = new AfterAllRepository();
|
||||
|
||||
$this->rootPath = $rootPath;
|
||||
$this->rootPath = realpath($rootPath);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user