mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 17:44:06 +02:00
initial working version
supports grammar discovery, schema discovery and search
This commit is contained in:
parent
a74bfec383
commit
88db2ae6c1
18 changed files with 1040 additions and 0 deletions
8
tests/testserver.php
Normal file
8
tests/testserver.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
|
||||
require_once __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
$server = new \Sabre\DAV\Server();
|
||||
$server->addPlugin(new \SearchDAV\DAV\SearchPlugin(new \SearchDAV\Test\DummyBackend()));
|
||||
|
||||
$server->exec();
|
||||
Loading…
Add table
Add a link
Reference in a new issue