mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02: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