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

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