Beispiel #1
0
 /**
  * @expectedException FloatingPoint\Stylist\Theme\Exceptions\ThemeJsonNotFoundException
  */
 public function testThemeFileMissing()
 {
     $json = new Json('path/that/doesnt/exist');
     $json->getJson();
 }