コード例 #1
0
ファイル: PdoIbmTest.php プロジェクト: hjr3/zf2
 public function testTableRelationshipCascadingUpdateUsageBasicString()
 {
     $server = $this->_util->getServer();
     if ($server == 'IDS') {
         $this->markTestSkipped('IDS serial columns cannot be updated');
     } else {
         parent::testTableRelationshipCascadingUpdateUsageBasicString();
     }
 }