PhpBench\Tests\Unit\Progress\Logger\DotsLoggerTest::testIterationsEnd PHP Method

testIterationsEnd() public method

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());
    }