Наследование: extends PHPUnit_Framework_TestCase
Пример #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();
 }