Exemple #1
0
 public function testTableRelationshipCascadingUpdateUsageBasicString()
 {
     $server = $this->_util->getServer();
     if ($server == 'IDS') {
         $this->markTestSkipped('IDS serial columns cannot be updated');
     } else {
         parent::testTableRelationshipCascadingUpdateUsageBasicString();
     }
 }