markTestSkipped('SQLite driver is not available'); $this->pdo = Sabre_CalDAV_TestUtil::getSQLiteDB(); } function teardown() { $this->pdo = null; unlink(SABRE_TEMPDIR . '/testdb.sqlite'); } }