コード例 #1
0
ファイル: CacheTest.php プロジェクト: maitrepylos/nazeweb
 /**
  * testGroupConfigsThrowsException method
  * @expectedException InvalidArgumentException
  */
 public function testGroupConfigsThrowsException()
 {
     Cache::groupConfigs('bogus');
 }