PhpBench\Tests\Unit\Progress\Logger\BlinkenLoggerTest::testIterationStart PHP Метод

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

It should initialize the status line.
public testIterationStart ( )
    public function testIterationStart()
    {
        $this->logger->iterationStart($this->variant[0]);
        $display = $this->output->fetch();
        $this->assertContains('0.000', $display);
    }