diff options
author | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-01-03 10:53:32 +0100 |
---|---|---|
committer | Nicolas Grekas <nicolas.grekas@gmail.com> | 2015-01-03 14:14:51 +0100 |
commit | 58c7534305b398ab5752798ef5eb9f0e91cfc034 (patch) | |
tree | 3aea523ba5f5224dec2b47461383e0ed09291ab0 /Tests/Acl/Domain/ObjectIdentityTest.php | |
parent | dead14b986e2a74afcababb9f1a8807af8f94d41 (diff) | |
download | symfony-security-58c7534305b398ab5752798ef5eb9f0e91cfc034.zip symfony-security-58c7534305b398ab5752798ef5eb9f0e91cfc034.tar.gz symfony-security-58c7534305b398ab5752798ef5eb9f0e91cfc034.tar.bz2 |
[2.3] Remove useless tests skips
Diffstat (limited to 'Tests/Acl/Domain/ObjectIdentityTest.php')
-rw-r--r-- | Tests/Acl/Domain/ObjectIdentityTest.php | 7 |
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 |