コード例 #1
0
ファイル: DateTimeTest.php プロジェクト: DAICAR/ZfcDatagrid
 public function testOutputDateType()
 {
     $type = new Type\DateTime();
     $type->setOutputDateType(IntlDateFormatter::FULL);
     $this->assertEquals(IntlDateFormatter::FULL, $type->getOutputDateType());
 }