more tests

This commit is contained in:
Robin Appelman 2017-02-22 16:43:46 +01:00
commit b42b650266
13 changed files with 442 additions and 12 deletions

View file

@ -49,7 +49,7 @@ class QueryDiscoverResponse extends Response {
if ($this->schema) {
$writer->writeElement('{DAV:}query-schema', [
'{DAV:basicsearchschema}' => $this->schema
'{DAV:}basicsearchschema' => $this->schema
]);
}
}