Example #1
0
 public function testFromDateTime()
 {
     $date = DateTime::fromDateTime(new \DateTime('2015-04-25T19:35:20'));
     $this->assertEquals('2015-04-25T19:35:20Z', $date->toString());
 }