Replace 0 to false and 1 to true in Config:;set(DEBUG...) in majestic tests.
This commit is contained in:
@ -81,7 +81,7 @@ class ErrorActionTest extends Action_TestCase
|
||||
public function testFetchNoTemplate()
|
||||
{
|
||||
|
||||
Config::set('DEBUG', 0);
|
||||
Config::set('DEBUG', false);
|
||||
$exception = $this->getMock('ErrorException');
|
||||
$controller = FrontController::getInstance();
|
||||
$controller->setView('SomeView');
|
||||
|
Reference in New Issue
Block a user