markTestSkipped($this->getDriver().' does not support sequences.'); } public function testTableCascadeUpdate() { $this->markTestSkipped($this->getDriver() . ' cannot update identity columns.'); } public function getDriver() { return 'Sqlsrv'; } }