PhpBench\Tests\Unit\Progress\Logger\VerboseLoggerTest::testEndSuiteErrors PHP Метод

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

It should output an empty line at the end of the suite.
public testEndSuiteErrors ( )
    public function testEndSuiteErrors()
    {
        $this->output->write(PHP_EOL)->shouldBeCalled();
        parent::testEndSuiteErrors();
    }