Example #1
0
 public function testOutputDateType()
 {
     $type = new Type\DateTime();
     $type->setOutputDateType(IntlDateFormatter::FULL);
     $this->assertEquals(IntlDateFormatter::FULL, $type->getOutputDateType());
 }