コード例 #1
0
 public function testInitializesDateTimeTzTypeMapping()
 {
     $this->assertTrue($this->_platform->hasDoctrineTypeMappingFor('timestamp with time zone'));
     $this->assertEquals('datetime', $this->_platform->getDoctrineTypeMapping('timestamp with time zone'));
 }