mirror of
https://github.com/pestphp/pest.git
synced 2026-09-06 14:53:35 +02:00
make test directory configurable
This commit is contained in:
@@ -8,3 +8,8 @@ function version(): string
|
||||
{
|
||||
return '1.0.4';
|
||||
}
|
||||
|
||||
function testDirectory(string $file = ''): string
|
||||
{
|
||||
return TestSuite::getInstance()->testPath . $file;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user