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