Commit f8f0e2f24aa54b4aba287bc5992548be78591dfa
1 parent
4caeda09
Exists in
master
and in
1 other branch
réactivé quelques tests (total 192)
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; | ... | ... |