Exemplo n.º 1
0
 /**
  * @covers Phossa\Logger\LogEntry::setTimestamp
  */
 public function testSetTimestamp()
 {
     $this->object->setTimestamp(10);
     $this->assertEquals(10, $this->object->getTimestamp());
 }