Commit 7c5cc853ffebab043f23d011820b70c10500a344
1 parent
3ce116d3
Exists in
master
and in
1 other branch
debug off
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
tests/TestCase/Controller/General.php
... | ... | @@ -25,8 +25,8 @@ class General extends TestCase { |
25 | 25 | use IntegrationTestTrait; |
26 | 26 | |
27 | 27 | // Si DEBUG, affiche plus d'infos |
28 | - protected $DEBUG=true; | |
29 | - //protected $DEBUG=false; | |
28 | + //protected $DEBUG=true; | |
29 | + protected $DEBUG=false; | |
30 | 30 | |
31 | 31 | // instance du controleur testé |
32 | 32 | protected $controller_instance = null; | ... | ... |