mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
feat(todos): adjusts params order
This commit is contained in:
@ -356,10 +356,10 @@ final class TestCall
|
|||||||
* Sets the test as "todo".
|
* Sets the test as "todo".
|
||||||
*/
|
*/
|
||||||
public function todo(
|
public function todo(
|
||||||
array|string $issue = null,
|
|
||||||
array|string $pr = null,
|
|
||||||
array|string $assignee = null,
|
|
||||||
array|string $note = null,
|
array|string $note = null,
|
||||||
|
array|string $issue = null,
|
||||||
|
array|string $assignee = null,
|
||||||
|
array|string $pr = null,
|
||||||
): self {
|
): self {
|
||||||
$this->skip('__TODO__');
|
$this->skip('__TODO__');
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user