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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Acl/Dbal/AclProviderTest.php b/Tests/Acl/Dbal/AclProviderTest.php
index e03edc0..83771ee 100644
--- a/Tests/Acl/Dbal/AclProviderTest.php
+++ b/Tests/Acl/Dbal/AclProviderTest.php
@@ -27,7 +27,7 @@ class AclProviderTest extends \PHPUnit_Framework_TestCase
protected $insertSidStmt;
/**
- * @expectedException Symfony\Component\Security\Acl\Exception\AclNotFoundException
+ * @expectedException \Symfony\Component\Security\Acl\Exception\AclNotFoundException
* @expectedMessage There is no ACL for the given object identity.
*/
public function testFindAclThrowsExceptionWhenNoAclExists()