release: beta 1

This commit is contained in:
Nuno Maduro
2025-08-05 17:44:12 +01:00
parent e7132fa012
commit 711a60c2db
50 changed files with 31 additions and 53 deletions

View File

@ -658,19 +658,6 @@ final class TestCall // @phpstan-ignore-line
return $this;
}
/**
* Sets that the current test covers nothing.
*/
public function coversNothing(): self
{
$this->testCaseMethod->attributes[] = new Attribute(
\PHPUnit\Framework\Attributes\CoversNothing::class,
[],
);
return $this;
}
/**
* Adds one or more references to the tested method or class. This helps
* to link test cases to the source code for easier navigation.