diff --git a/tests/PHPStan/Rules/Methods/MissingMethodImplementationRuleTest.php b/tests/PHPStan/Rules/Methods/MissingMethodImplementationRuleTest.php index ee87f0d52f..a0f4188126 100644 --- a/tests/PHPStan/Rules/Methods/MissingMethodImplementationRuleTest.php +++ b/tests/PHPStan/Rules/Methods/MissingMethodImplementationRuleTest.php @@ -40,6 +40,7 @@ public function testBug3469(): void $this->analyse([__DIR__ . '/data/bug-3469.php'], []); } + #[RequiresPhp('>= 8.0.0')] public function testBug3958(): void { $this->analyse([__DIR__ . '/data/bug-3958.php'], []);