Example #1
0
 public function testOutputTimeType()
 {
     $type = new Type\DateTime();
     $type->setOutputTimeType(IntlDateFormatter::SHORT);
     $this->assertEquals(IntlDateFormatter::SHORT, $type->getOutputTimeType());
 }