Exemple #1
0
 /**
  * @expectedException FloatingPoint\Stylist\Theme\Exceptions\ThemeNotFoundException
  */
 public function testInvalidTheme()
 {
     $stylist = new Stylist(new Loader(), $this->app);
     $stylist->get('invalidtheme');
 }