コード例 #1
0
ファイル: XhtmlTest.php プロジェクト: SystemEd-Jacob/nethgui
 public function testTextInput()
 {
     $type = 'Nethgui\\Widget\\Xhtml\\TextInput';
     $widget = $this->object->textInput('inputText');
     $this->assertInstanceOf($type, $widget);
 }