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