Skip to content

Commit

Permalink
Add @coversNothing annotation to prevent raising risky warnings in PH…
Browse files Browse the repository at this point in the history
…PUnit 9.2 (#129)
  • Loading branch information
emodric authored Oct 8, 2020
1 parent 4271b63 commit 72898ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PhpUnit/AbstractCompilerPassTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ abstract protected function registerCompilerPass(ContainerBuilder $container): v
* This test will run the compile method.
*
* @test
* @coversNothing
*/
final public function compilation_should_not_fail_with_empty_container(): void
{
Expand Down

0 comments on commit 72898ed

Please sign in to comment.