refacto: bootstrappers and parallel minor stuff

This commit is contained in:
Nuno Maduro
2023-02-12 23:40:05 +00:00
parent 8a58e984fe
commit 735f131222
7 changed files with 48 additions and 27 deletions

View File

@ -19,7 +19,7 @@ use SebastianBergmann\FileIterator\Facade as PhpUnitFileIterator;
final class BootFiles implements Bootstrapper
{
/**
* The Pest convention.
* The structure of the tests directory.
*
* @var array<int, string>
*/
@ -32,7 +32,7 @@ final class BootFiles implements Bootstrapper
];
/**
* Boots the Subscribers.
* Boots the structure of the tests directory.
*/
public function boot(): void
{