db = new Firebird(dirname(__FILE__)."/../test_dbs/FB_TEST_DB.FDB"); } function TestConnection() { $this->assertIsA($this->db, 'Firebird'); } function TestCreateDatabase() { } function TestDeleteDatabase() { } }