Example #1
0
 /**
  * testGroupConfigsThrowsException method
  * @expectedException InvalidArgumentException
  */
 public function testGroupConfigsThrowsException()
 {
     Cache::groupConfigs('bogus');
 }