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