コード例 #1
0
ファイル: DateTimeTest.php プロジェクト: DAICAR/ZfcDatagrid
 public function testOutputTimezone()
 {
     $type = new Type\DateTime();
     $type->setOutputTimezone('Europe/Vaduz');
     $this->assertEquals('Europe/Vaduz', $type->getOutputTimezone());
 }