Example #1
0
 public function testSourceDateTimeFormat()
 {
     $type = new Type\DateTime();
     $type->setSourceDateTimeFormat('Y-m-d');
     $this->assertEquals('Y-m-d', $type->getSourceDateTimeFormat());
 }