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