markTestSkipped('SQLite driver is not available'); $pdo = Sabre_CalDAV_TestUtil::getSQLiteDB(); $server = new Sabre_CalDAV_Server($pdo); $authPlugin = $server->getPlugin('auth'); $this->assertTrue($authPlugin instanceof Sabre_DAV_Auth_Plugin); $caldavPlugin = $server->getPlugin('caldav'); $this->assertTrue($caldavPlugin instanceof Sabre_CalDAV_Plugin); $node = $server->tree->getNodeForPath(''); $this->assertTrue($node instanceof Sabre_DAV_SimpleCollection); $this->assertEquals('root', $node->getName()); } }