From 7c5cc853ffebab043f23d011820b70c10500a344 Mon Sep 17 00:00:00 2001 From: Etienne Pallier Date: Thu, 25 Jun 2020 18:05:44 +0200 Subject: [PATCH] debug off --- tests/TestCase/Controller/General.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/TestCase/Controller/General.php b/tests/TestCase/Controller/General.php index 5f8acd9..99b1233 100644 --- a/tests/TestCase/Controller/General.php +++ b/tests/TestCase/Controller/General.php @@ -25,8 +25,8 @@ class General extends TestCase { use IntegrationTestTrait; // Si DEBUG, affiche plus d'infos - protected $DEBUG=true; - //protected $DEBUG=false; + //protected $DEBUG=true; + protected $DEBUG=false; // instance du controleur testé protected $controller_instance = null; -- libgit2 0.21.2