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