markTestSkipped('Firebird extension does not exist'); } // test the db driver directly $this->db = new \Query\Driver\Firebird('localhost:'.$dbpath); $this->db->table_prefix = 'create_'; $this->tables = $this->db->get_tables(); } } // End of FirebirdTableTest.php