Пример #1
0
 public function testGetCommandList()
 {
     $type = '\\Nethgui\\View\\ViewCommandInterface';
     $o = $this->object->getCommandList();
     $this->assertInstanceOf($type, $o);
 }