Ejemplo n.º 1
0
 /**
  * @covers Fuel\Common\Date::getDateTime
  * @group Common
  */
 public function testGetDateTime()
 {
     $datetime = $this->instance->getDateTime();
     $this->assertEquals($this->instance->getTimestamp(), $datetime->getTimestamp());
 }