mirror of
https://github.com/pestphp/pest.git
synced 2026-04-26 00:47:27 +02: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