diff --git a/tests/system/Debug/ExceptionsTest.php b/tests/system/Debug/ExceptionsTest.php index 6ce2fda06c88..8c7e21454ed2 100644 --- a/tests/system/Debug/ExceptionsTest.php +++ b/tests/system/Debug/ExceptionsTest.php @@ -22,7 +22,6 @@ use Config\Exceptions as ExceptionsConfig; use ErrorException; use PHPUnit\Framework\Attributes\Group; -use PHPUnit\Framework\Attributes\RequiresPhp; /** * @internal @@ -55,7 +54,6 @@ protected function setUp(): void $this->exception = new Exceptions(new ExceptionsConfig()); } - #[RequiresPhp('>= 8.1')] public function testDeprecationsOnPhp81DoNotThrow(): void { $config = new ExceptionsConfig();