mirror of
https://github.com/pestphp/pest.git
synced 2026-03-12 10:47:25 +01:00
add covers list and attributes mutator
This commit is contained in:
13
src/Factories/Covers/CoversNothing.php
Normal file
13
src/Factories/Covers/CoversNothing.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Pest\Factories\Covers;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
final class CoversNothing
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user