// fixing type check

This commit is contained in:
Dimitrios Karvounaris
2020-06-05 19:45:58 +02:00
parent e33419545c
commit 865f33bf80

View File

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