Fix issue with case-insensitive windows paths

This commit is contained in:
Dimitrios Karvounaris
2020-06-02 18:01:43 +02:00
parent 926d8ecb8d
commit a0b8082631
2 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,7 @@ final class TestSuite
$this->afterEach = new AfterEachRepository();
$this->afterAll = new AfterAllRepository();
$this->rootPath = $rootPath;
$this->rootPath = realpath($rootPath);
}
/**