mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
chore: adjusts tests
This commit is contained in:
@ -11,6 +11,6 @@ final class NotesTestCaseFilter implements TestCaseMethodFilter
|
||||
{
|
||||
public function accept(TestCaseMethodFactory $factory): bool
|
||||
{
|
||||
return count($factory->notes) > 0;
|
||||
return $factory->notes !== [];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user