Commit 13e25606c0530abc83a38189896f87b6a2f3b715
Exists in
master
and in
1 other branch
Merge dev branch into master branch (vv3.7.9.49)
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
tests/TestCase/Controller/General.php
... | ... | @@ -264,8 +264,8 @@ class General extends TestCase { |
264 | 264 | ]; |
265 | 265 | foreach ($actions as $action) |
266 | 266 | //foreach ([0,1] as $i) { |
267 | - foreach ([1] as $i) { | |
268 | - //foreach ([0,1,2,3] as $i) { | |
267 | + //foreach ([1] as $i) { | |
268 | + foreach ([0,1,2,3] as $i) { | |
269 | 269 | $item = [ $action, $roles4[$i], $this->ROLES4[$i][0] ]; |
270 | 270 | //debug($item); |
271 | 271 | $actions_and_roles[] = $item; | ... | ... |