Пример #1
0
 public function testConsole()
 {
     $type = 'Nethgui\\Widget\\Xhtml\\TextArea';
     $widget = $this->object->console('console');
     $this->assertInstanceOf($type, $widget);
 }