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 0e88ab8..9be4a94 100644
--- a/Tests/Acl/Domain/AclTest.php
+++ b/Tests/Acl/Domain/AclTest.php
@@ -510,11 +510,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');
- }
- }
}