mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 10:52:14 +02: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