mirror of
https://github.com/pestphp/pest.git
synced 2026-03-10 17:57:23 +01:00
move coversNothing to method annotations
This commit is contained in:
@ -224,7 +224,7 @@ final class TestCall
|
||||
*/
|
||||
public function coversNothing(): TestCall
|
||||
{
|
||||
$this->testCaseMethod->covers[] = new CoversNothing();
|
||||
$this->testCaseMethod->covers = [new CoversNothing()];
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user