summaryrefslogtreecommitdiffstats
path: root/Tests/Acl/Dbal/AclProviderTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Acl/Dbal/AclProviderTest.php')
-rw-r--r--Tests/Acl/Dbal/AclProviderTest.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/Acl/Dbal/AclProviderTest.php b/Tests/Acl/Dbal/AclProviderTest.php
index ad58d72..d701e22 100644
--- a/Tests/Acl/Dbal/AclProviderTest.php
+++ b/Tests/Acl/Dbal/AclProviderTest.php
@@ -141,9 +141,6 @@ class AclProviderTest extends \PHPUnit_Framework_TestCase
protected function setUp()
{
- if (!class_exists('Doctrine\DBAL\DriverManager')) {
- $this->markTestSkipped('The Doctrine2 DBAL is required for this test');
- }
if (!class_exists('PDO') || !in_array('sqlite', \PDO::getAvailableDrivers())) {
self::markTestSkipped('This test requires SQLite support in your environment');
}