mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 18:27:23 +01:00
remove method name on coversClass
This commit is contained in:
@ -9,7 +9,7 @@ namespace Pest\Factories\Covers;
|
||||
*/
|
||||
final class CoversClass
|
||||
{
|
||||
public function __construct(public string $class, public ?string $method = null)
|
||||
public function __construct(public string $class)
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user