Correction TODO comments and remove them
This commit is contained in:
@ -42,9 +42,6 @@ class RedisManagerTest extends PHPUnit_Framework_TestCase
|
||||
set_new_overload(array($this, 'newCallback'));
|
||||
}
|
||||
|
||||
/**
|
||||
* @TODO: line 34: $config = Config::get('Redis')->$name; - check for Redis config existence. Agafonov: 'check added'
|
||||
*/
|
||||
public function testConnectNoAnyConfig()
|
||||
{
|
||||
$this->setExpectedException('GeneralException', 'Redis config no existence');
|
||||
|
Reference in New Issue
Block a user