Example #1
0
 public function testOutputPattern()
 {
     $type = new Type\DateTime();
     $type->setOutputPattern('yyyymmdd hh:mm:ss z');
     $this->assertEquals('yyyymmdd hh:mm:ss z', $type->getOutputPattern());
 }