コード例 #1
0
ファイル: WarmUpLiveReporter.php プロジェクト: phmlabs/smoke
 public function processResult(Result $result)
 {
     ++$this->urlCount;
     $this->output->writeln('   ' . $result->getUrl());
     $this->output->writeln('');
 }
コード例 #2
0
ファイル: CliReporter.php プロジェクト: phmlabs/smoke
 protected function renderSuccess(Result $result)
 {
     $this->output->writeln('   <info> ' . $result->getUrl() . ' </info> all tests passed');
 }