db = new SQLite("./test_dbs/test_sqlite.db"); } function TestConnection() { $this->assertIsA($this->db, 'SQLite'); } }