Ejemplo n.º 1
0
 /**
  * @expectedException RuntimeException
  */
 public function testRegisteringThemeWithInvalidThemeDepth()
 {
     $bag = new ThemeBag($filesystem = new Filesystem(), array(__DIR__));
     $bag->register('bar::baz/bat/corge');
 }