mirror of
https://github.com/pestphp/pest.git
synced 2026-03-08 00:37:22 +01:00
feat: pr and issue
This commit is contained in:
@ -7,8 +7,11 @@ namespace Pest\TestCaseMethodFilters;
|
||||
use Pest\Contracts\TestCaseMethodFilter;
|
||||
use Pest\Factories\TestCaseMethodFactory;
|
||||
|
||||
final class TodoTestCaseFilter implements TestCaseMethodFilter
|
||||
final readonly class TodoTestCaseFilter implements TestCaseMethodFilter
|
||||
{
|
||||
/**
|
||||
* Filter the test case methods.
|
||||
*/
|
||||
public function accept(TestCaseMethodFactory $factory): bool
|
||||
{
|
||||
return $factory->todo;
|
||||
|
||||
Reference in New Issue
Block a user