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