コード例 #1
0
ファイル: DateTimeTest.php プロジェクト: DAICAR/ZfcDatagrid
 public function testOutputPattern()
 {
     $type = new Type\DateTime();
     $type->setOutputPattern('yyyymmdd hh:mm:ss z');
     $this->assertEquals('yyyymmdd hh:mm:ss z', $type->getOutputPattern());
 }