mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-09 13:02:40 +00:00
Making the Debugger tests pass when you have debug = 0 in your config file. Tests are runnable while debug = 0 from CLI.
This commit is contained in:
parent
557d797297
commit
55cc3296ab
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ class DebuggerTest extends CakeTestCase {
|
|||
*/
|
||||
function setUp() {
|
||||
parent::setup();
|
||||
Configure::write('debug', 2);
|
||||
Configure::write('log', false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue