searchdav/tests/test.php
Robin Appelman 88db2ae6c1 initial working version
supports grammar discovery, schema discovery and search
2017-02-01 14:14:37 +01:00

9 lines
194 B
PHP

<?php
require_once '../vendor/autoload.php';
$parser = new \SearchDAV\DAV\QueryParser();
$body = file_get_contents('./basicquery.xml');
var_dump($parser->parse($body)['{DAV:}basicsearch']);