Skip to content

Commit

Permalink
Don't skip Doctrine tests on php 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Oct 19, 2020
1 parent 51e9952 commit 33d0c49
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Tests/Functional/SetAclCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ class SetAclCommandTest extends AbstractWebTestCase
const OBJECT_CLASS = 'Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\AclBundle\Entity\Car';
const SECURITY_CLASS = 'Symfony\Component\Security\Core\User\User';

public static function setUpBeforeClass()
{
if (\PHP_VERSION_ID >= 80000) {
self::markTestSkipped('Doctrine DBAL 2.x is incompatible with PHP 8.');
}
}

public function testSetAclUser()
{
$objectId = 1;
Expand Down

0 comments on commit 33d0c49

Please sign in to comment.