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