From 72898ed3c86435849f63e21ae2aaf25ab6145806 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Thu, 8 Oct 2020 17:47:28 +0200 Subject: [PATCH] Add @coversNothing annotation to prevent raising risky warnings in PHPUnit 9.2 (#129) --- PhpUnit/AbstractCompilerPassTestCase.php | 1 + 1 file changed, 1 insertion(+) diff --git a/PhpUnit/AbstractCompilerPassTestCase.php b/PhpUnit/AbstractCompilerPassTestCase.php index fa9800b..8a3753e 100644 --- a/PhpUnit/AbstractCompilerPassTestCase.php +++ b/PhpUnit/AbstractCompilerPassTestCase.php @@ -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 {