testEndSuiteErrors() публичный Метод

It should show errors.
public testEndSuiteErrors ( )
Пример #1
0
 /**
  * It should output an empty line at the end of the suite.
  */
 public function testEndSuiteErrors()
 {
     $this->output->write(PHP_EOL)->shouldBeCalled();
     parent::testEndSuiteErrors();
 }