Eris\Listener\LogTest::testWritesALineForEachIterationShowingItsIndex PHP 메소드

testWritesALineForEachIterationShowingItsIndex() 공개 메소드

    public function testWritesALineForEachIterationShowingItsIndex()
    {
        $this->log->newGeneration([23], 42);
        $this->assertEquals("[2011-03-13T07:06:40+00:00][1234] iteration 42: [23]" . PHP_EOL, file_get_contents($this->file));
    }