chore: prepares release

This commit is contained in:
Nuno Maduro
2023-09-03 13:37:26 +01:00
parent 04fa6b6372
commit 3a0f6a1d09
5 changed files with 6 additions and 4 deletions

View File

@ -78,6 +78,8 @@ final class BootFiles implements Bootstrapper
private function bootDatasets(string $testsPath): void
{
assert(strlen($testsPath) > 0);
$files = (new PhpUnitFileIterator)->getFilesAsArray($testsPath, '.php');
foreach ($files as $file) {