added annotation @runInSeparateProcess and removing annotations @expectedException
This commit is contained in:
@ -33,7 +33,7 @@ class RedisManager
|
||||
if (!$config) {
|
||||
|
||||
if (gettype(Config::get('Redis')) != 'object') {
|
||||
throw new GeneralException('config non-object');
|
||||
throw new GeneralException('Redis config no existence');
|
||||
}
|
||||
$config = Config::get('Redis')->$name;
|
||||
}
|
||||
|
Reference in New Issue
Block a user