summaryrefslogtreecommitdiffstats
path: root/Tests/Acl/Dbal/AclProviderBenchmarkTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Acl/Dbal/AclProviderBenchmarkTest.php')
-rw-r--r--Tests/Acl/Dbal/AclProviderBenchmarkTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Acl/Dbal/AclProviderBenchmarkTest.php b/Tests/Acl/Dbal/AclProviderBenchmarkTest.php
index e930b19..46f4356 100644
--- a/Tests/Acl/Dbal/AclProviderBenchmarkTest.php
+++ b/Tests/Acl/Dbal/AclProviderBenchmarkTest.php
@@ -111,7 +111,7 @@ class AclProviderBenchmarkTest extends \PHPUnit_Framework_TestCase
protected function generateAclLevel($depth, $parentId, $ancestors)
{
$level = count($ancestors);
- for ($i = 0,$t = rand(1, 10); $i<$t; $i++) {
+ for ($i = 0, $t = rand(1, 10); $i<$t; $i++) {
$id = $this->generateAcl($this->chooseClassId(), $parentId, $ancestors);
if ($level < $depth) {