Skip to content

Commit

Permalink
Test is not compatible with PHP < 8
Browse files Browse the repository at this point in the history
  • Loading branch information
W0rma committed Apr 29, 2024
1 parent c363f55 commit 6458c46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Tests/ORM/Functional/Ticket/GH6123Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
use Doctrine\ORM\UnitOfWork;
use Doctrine\Tests\OrmFunctionalTestCase;

/**
* @requires PHP >= 8.0
*/
class GH6123Test extends OrmFunctionalTestCase
{
protected function setUp(): void
Expand Down

0 comments on commit 6458c46

Please sign in to comment.