/**
  * @covers Phossa\Logger\LogEntry::getContexts
  */
 public function testGetContexts()
 {
     $this->assertEquals([], $this->object->getContexts());
 }