markTestSkipped($this->getDriver() . ' don\' suport Param by Name'); } public function testStatementBindValueByName() { $this->markTestSkipped($this->getDriver() . ' don\'t suport Param by Name'); } public function testStatementGetColumnMeta() { $this->markTestIncomplete($this->getDriver() . ' has not implemented getColumnMeta() yet [ZF-1424]'); } public function getDriver() { return 'Firebird'; } }