getDriver(); $this->markTestSkipped("Testing ZendX_Db_Adapter_$driver is not enabled in TestConfiguration.php"); } public function testAdapter() { // this is here only so we have at least one test } } class ZendX_Db_Adapter_Skip_FirebirdTest extends Zend_Db_Adapter_Skip_CommonTest { public function getDriver() { return 'Firebird'; } }