summaryrefslogtreecommitdiffstats
path: root/Tests/Acl/Domain/ObjectIdentityTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Acl/Domain/ObjectIdentityTest.php')
-rw-r--r--Tests/Acl/Domain/ObjectIdentityTest.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/Acl/Domain/ObjectIdentityTest.php b/Tests/Acl/Domain/ObjectIdentityTest.php
index 7aa3cf2..9281fd5 100644
--- a/Tests/Acl/Domain/ObjectIdentityTest.php
+++ b/Tests/Acl/Domain/ObjectIdentityTest.php
@@ -85,13 +85,6 @@ namespace Symfony\Component\Security\Tests\Acl\Domain
array(new ObjectIdentity('1', 'bla'), new ObjectIdentity('1', 'blub'), false),
);
}
-
- protected function setUp()
- {
- if (!class_exists('Doctrine\DBAL\DriverManager')) {
- $this->markTestSkipped('The Doctrine2 DBAL is required for this test');
- }
- }
}
class TestDomainObject