Replace 0 to false and 1 to true in Config:;set(DEBUG...) in majestic tests.
This commit is contained in:
@ -107,7 +107,7 @@ class RedisManagerTest extends PHPUnit_Framework_TestCase
|
||||
*/
|
||||
public function testConnectWithDebug()
|
||||
{
|
||||
Config::set('DEBUG', 1);
|
||||
Config::set('DEBUG', true);
|
||||
$this->getMock('RedisDebug');
|
||||
|
||||
Config::set('Redis', array('new' => array('host' => true, 'port' => 2023, 'database' => true)));
|
||||
|
Reference in New Issue
Block a user