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