added annotation @runInSeparateProcess and removing annotations @expectedException

This commit is contained in:
Vyacheslav Agafonov
2011-11-30 14:51:15 +04:00
parent be0ed430e2
commit ece71411bd
2 changed files with 10 additions and 31 deletions

View File

@ -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;
}