mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 01:37:21 +01:00
release: 4.1.3
This commit is contained in:
@ -83,7 +83,7 @@ final class BootFiles implements Bootstrapper
|
||||
|
||||
private function bootDatasets(string $testsPath): void
|
||||
{
|
||||
assert(strlen($testsPath) > 0);
|
||||
assert($testsPath !== '');
|
||||
|
||||
$files = (new PhpUnitFileIterator)->getFilesAsArray($testsPath, '.php');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user