summaryrefslogtreecommitdiffstats
path: root/Tests/Acl/Domain/AclTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Acl/Domain/AclTest.php')
-rw-r--r--Tests/Acl/Domain/AclTest.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/Acl/Domain/AclTest.php b/Tests/Acl/Domain/AclTest.php
index 4b67e62..390bebf 100644
--- a/Tests/Acl/Domain/AclTest.php
+++ b/Tests/Acl/Domain/AclTest.php
@@ -511,11 +511,4 @@ class AclTest extends \PHPUnit_Framework_TestCase
{
return new Acl(1, new ObjectIdentity(1, 'foo'), new PermissionGrantingStrategy(), array(), true);
}
-
- protected function setUp()
- {
- if (!class_exists('Doctrine\DBAL\DriverManager')) {
- $this->markTestSkipped('The Doctrine2 DBAL is required for this test');
- }
- }
}