We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfd7f10 commit ad4c036Copy full SHA for ad4c036
tests/system/Debug/ExceptionsTest.php
@@ -22,7 +22,6 @@
22
use Config\Exceptions as ExceptionsConfig;
23
use ErrorException;
24
use PHPUnit\Framework\Attributes\Group;
25
-use PHPUnit\Framework\Attributes\RequiresPhp;
26
27
/**
28
* @internal
@@ -55,7 +54,6 @@ protected function setUp(): void
55
54
$this->exception = new Exceptions(new ExceptionsConfig());
56
}
57
58
- #[RequiresPhp('>= 8.1')]
59
public function testDeprecationsOnPhp81DoNotThrow(): void
60
{
61
$config = new ExceptionsConfig();
0 commit comments