getProgressBar() public method

public getProgressBar ( )
示例#1
0
文件: cli.php 项目: xihewang/atoum
 public function test__construct()
 {
     $this->if($field = new runner\event\cli())->then->variable($field->getObservable())->isNull()->variable($field->getEvent())->isNull()->object($field->getProgressBar())->isEqualTo(new atoum\cli\progressBar());
 }