public function testGet() { $value = new \DateTime(); $timestamp = new Timestamp($value); $this->assertEquals($value, $timestamp->get()); }