Skip to content

Commit b6ed83f

Browse files
authored
Merge pull request codeigniter4#9775 from samsonasik/chore-remove-require-php-version-in-test
chore: Remove #[RequiresPhp('>= 8.1')] in ExceptionsTest
2 parents cfd7f10 + ad4c036 commit b6ed83f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/system/Debug/ExceptionsTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
use Config\Exceptions as ExceptionsConfig;
2323
use ErrorException;
2424
use PHPUnit\Framework\Attributes\Group;
25-
use PHPUnit\Framework\Attributes\RequiresPhp;
2625

2726
/**
2827
* @internal
@@ -55,7 +54,6 @@ protected function setUp(): void
5554
$this->exception = new Exceptions(new ExceptionsConfig());
5655
}
5756

58-
#[RequiresPhp('>= 8.1')]
5957
public function testDeprecationsOnPhp81DoNotThrow(): void
6058
{
6159
$config = new ExceptionsConfig();

0 commit comments

Comments
 (0)