mirror of
https://github.com/pestphp/pest.git
synced 2026-06-07 11:52:13 +02:00
feat: --todo flag
This commit is contained in:
@ -134,7 +134,7 @@ if (! function_exists('todo')) {
|
||||
|
||||
assert($test instanceof TestCall);
|
||||
|
||||
return $test->skip('__TODO__');
|
||||
return $test->todo();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user