testEndSuiteErrors() public method

It should show errors.
public testEndSuiteErrors ( )
Exemplo n.º 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();
 }