mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
Adjusts for Collision 8.4
This commit is contained in:
@ -9,6 +9,9 @@ use Pest\Factories\TestCaseMethodFactory;
|
||||
|
||||
final readonly class NotesTestCaseFilter implements TestCaseMethodFilter
|
||||
{
|
||||
/**
|
||||
* Filter the test case methods.
|
||||
*/
|
||||
public function accept(TestCaseMethodFactory $factory): bool
|
||||
{
|
||||
return $factory->notes !== [];
|
||||
|
||||
Reference in New Issue
Block a user