mirror of
https://github.com/pestphp/pest.git
synced 2026-04-22 23:17:28 +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