mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 09:47:23 +01:00
refacto: bootstrappers and parallel minor stuff
This commit is contained in:
@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user