markTestSkipped($this->getDriver().' does not support sequences.'); } public function testDbTableSchemaSpecified() { $this->markTestSkipped($this->getDriver() . ' does not support qualified table names'); } public function getDriver() { return 'Pdo_Sqlite'; } }