コード例 #1
0
ファイル: JsonTest.php プロジェクト: gmonte/midig-cms
 /**
  * @expectedException FloatingPoint\Stylist\Theme\Exceptions\ThemeJsonNotFoundException
  */
 public function testThemeFileMissing()
 {
     $json = new Json('path/that/doesnt/exist');
     $json->getJson();
 }