Skip to content

Commit 33d0c49

Browse files
committed
Don't skip Doctrine tests on php 8.
1 parent 51e9952 commit 33d0c49

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Tests/Functional/SetAclCommandTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,6 @@ class SetAclCommandTest extends AbstractWebTestCase
4040
const OBJECT_CLASS = 'Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\AclBundle\Entity\Car';
4141
const SECURITY_CLASS = 'Symfony\Component\Security\Core\User\User';
4242

43-
public static function setUpBeforeClass()
44-
{
45-
if (\PHP_VERSION_ID >= 80000) {
46-
self::markTestSkipped('Doctrine DBAL 2.x is incompatible with PHP 8.');
47-
}
48-
}
49-
5043
public function testSetAclUser()
5144
{
5245
$objectId = 1;

0 commit comments

Comments
 (0)