Adjusts for Collision 8.4

This commit is contained in:
Nuno Maduro
2024-08-03 16:36:01 +01:00
parent 63ba117b33
commit 6fb1133d52
6 changed files with 139 additions and 33 deletions

View File

@ -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 !== [];