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