Skip to content

Commit 72898ed

Browse files
authored
Add @coversNothing annotation to prevent raising risky warnings in PHPUnit 9.2 (#129)
1 parent 4271b63 commit 72898ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

PhpUnit/AbstractCompilerPassTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ abstract protected function registerCompilerPass(ContainerBuilder $container): v
1818
* This test will run the compile method.
1919
*
2020
* @test
21+
* @coversNothing
2122
*/
2223
final public function compilation_should_not_fail_with_empty_container(): void
2324
{

0 commit comments

Comments
 (0)