PhpBench\Tests\Unit\Progress\Logger\DotsLoggerTest::testIterationsEnd PHP Метод

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

It should reset the line and dump the buffer when NOT in CI mode.
public testIterationsEnd ( )
    public function testIterationsEnd()
    {
        $logger = $this->createLogger(false);
        $this->output->write("\r. ")->shouldBeCalled();
        $logger->variantEnd($this->variant->reveal());
    }