Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tests/system/Debug/ExceptionsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
use Config\Exceptions as ExceptionsConfig;
use ErrorException;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RequiresPhp;

/**
* @internal
Expand Down Expand Up @@ -55,7 +54,6 @@ protected function setUp(): void
$this->exception = new Exceptions(new ExceptionsConfig());
}

#[RequiresPhp('>= 8.1')]
public function testDeprecationsOnPhp81DoNotThrow(): void
{
$config = new ExceptionsConfig();
Expand Down
Loading