markTestIncomplete($this->getDriver() . ': DEFAULT or NULL are not allowed as explicit identity values.'); } public function testTableRowSetPrimaryKey() { $this->markTestSkipped($this->getDriver() . ' cannot update identity columns.'); } public function testTableRowSaveInsertSequence() { $this->markTestSkipped($this->getDriver() . ' does not support sequences'); } public function getDriver() { return 'Sqlsrv'; } }