summaryrefslogtreecommitdiffstats
path: root/Acl/Tests/Domain/DoctrineAclCacheTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Acl/Tests/Domain/DoctrineAclCacheTest.php')
-rw-r--r--Acl/Tests/Domain/DoctrineAclCacheTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Acl/Tests/Domain/DoctrineAclCacheTest.php b/Acl/Tests/Domain/DoctrineAclCacheTest.php
index 128f2c8..255f7f4 100644
--- a/Acl/Tests/Domain/DoctrineAclCacheTest.php
+++ b/Acl/Tests/Domain/DoctrineAclCacheTest.php
@@ -72,7 +72,7 @@ class DoctrineAclCacheTest extends \PHPUnit_Framework_TestCase
$acl->insertClassFieldAce('foo', $sid, 1);
$acl->insertObjectAce($sid, 1);
$acl->insertObjectFieldAce('foo', $sid, 1);
- $id++;
+ ++$id;
if ($depth > 0) {
$acl->setParentAcl($this->getAcl($depth - 1));