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 51e9952 commit 33d0c49Copy full SHA for 33d0c49
Tests/Functional/SetAclCommandTest.php
@@ -40,13 +40,6 @@ 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