diff --git a/tests/TestCase/Controller/General.php b/tests/TestCase/Controller/General.php index 0af4583..2ea1b35 100644 --- a/tests/TestCase/Controller/General.php +++ b/tests/TestCase/Controller/General.php @@ -264,8 +264,8 @@ class General extends TestCase { ]; foreach ($actions as $action) //foreach ([0,1] as $i) { - foreach ([1] as $i) { - //foreach ([0,1,2,3] as $i) { + //foreach ([1] as $i) { + foreach ([0,1,2,3] as $i) { $item = [ $action, $roles4[$i], $this->ROLES4[$i][0] ]; //debug($item); $actions_and_roles[] = $item; -- libgit2 0.21.2