public function testMarkAllRead()
 {
     $marked = $this->logReader->markRead();
     $this->assertEquals(8, $marked);
 }