We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ca686 commit 5c82cbbCopy full SHA for 5c82cbb
Tests/Functional/SetAclCommandTest.php
@@ -40,6 +40,13 @@ class SetAclCommandTest extends AbstractWebTestCase
40
const OBJECT_CLASS = 'Symfony\Bundle\SecurityBundle\Tests\Functional\Bundle\AclBundle\Entity\Car';
41
const SECURITY_CLASS = 'Symfony\Component\Security\Core\User\User';
42
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
+
50
public function testSetAclUser()
51
{
52
$objectId = 1;
0 commit comments