summaryrefslogtreecommitdiffstats
path: root/Tests/Acl/Domain/DoctrineAclCacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Acl/Domain/DoctrineAclCacheTest.php')
-rw-r--r--Tests/Acl/Domain/DoctrineAclCacheTest.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tests/Acl/Domain/DoctrineAclCacheTest.php b/Tests/Acl/Domain/DoctrineAclCacheTest.php
index 99eb27e..93c87c1 100644
--- a/Tests/Acl/Domain/DoctrineAclCacheTest.php
+++ b/Tests/Acl/Domain/DoctrineAclCacheTest.php
@@ -98,11 +98,4 @@ class DoctrineAclCacheTest extends \PHPUnit_Framework_TestCase
return new DoctrineAclCache($cacheDriver, $this->getPermissionGrantingStrategy(), $prefix);
}
-
- protected function setUp()
- {
- if (!class_exists('Doctrine\DBAL\DriverManager')) {
- $this->markTestSkipped('The Doctrine2 DBAL is required for this test');
- }
- }
}