Exemplo n.º 1
0
 public function testGetListSupportingMobile()
 {
     $target = 'module/pluginA@real';
     $skins = $this->handler->getListSupportingMobile($target, true);
     $this->assertCount(1, $skins);
     $this->assertEquals('module/pluginA@real/settingsSkin/test', reset($skins)->getId());
 }