markTestSkipped($this->getDriver() . ' does not support binding by name.'); } public function testSelectColumnWithColonQuotedParameter() { $this->markTestSkipped($this->getDriver() . ' does not support selecting int columns by varchar param.'); } public function testSelectFromForUpdate() { $this->markTestSkipped($this->getDriver() . ' does not support for update.'); } public function testSelectFromQualified() { $this->markTestIncomplete($this->getDriver() . ' needs more syntax for qualified table names.'); } public function testSelectJoinQualified() { $this->markTestIncomplete($this->getDriver() . ' needs more syntax for qualified table names.'); } public function getDriver() { return 'Sqlsrv'; } }