Home
last modified time | relevance | path

Searched refs:SapiMock (Results 1 – 18 of 18) sorted by relevance

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DICSExportPluginTest.php198 $s->sapi = new HTTP\SapiMock();
253 $s->sapi = new HTTP\SapiMock();
289 $s->sapi = new HTTP\SapiMock();
325 $s->sapi = new HTTP\SapiMock();
365 $s->sapi = new HTTP\SapiMock();
401 $s->sapi = new HTTP\SapiMock();
441 $s->sapi = new HTTP\SapiMock();
479 $s->sapi = new HTTP\SapiMock();
516 $s->sapi = new HTTP\SapiMock();
557 $s->sapi = new HTTP\SapiMock();
[all …]
H A DValidateICalTest.php47 $this->server->sapi = new HTTP\SapiMock();
H A DPluginTest.php76 $this->server->sapi = new HTTP\SapiMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginAdminTest.php24 $fakeServer->sapi = new HTTP\SapiMock();
60 $fakeServer->sapi = new HTTP\SapiMock();
H A DExpandPropertiesTest.php32 $fakeServer->sapi = new HTTP\SapiMock();
H A DPrincipalSearchPropertySetTest.php21 $fakeServer->sapi = new HTTP\SapiMock();
H A DPrincipalPropertySearchTest.php21 $fakeServer->sapi = new HTTP\SapiMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/HTTP/
H A DSapiMock.php14 class SapiMock extends Sapi { class
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerPreconditionTest.php185 $server->sapi = new HTTP\SapiMock();
186 HTTP\SapiMock::$sent = 0;
199 $this->assertEquals(1, HTTP\SapiMock::$sent);
H A DAbstractServer.php24 $this->server->sapi = new HTTP\SapiMock();
H A DIssue33Test.php99 $server->sapi = new HTTP\SapiMock();
H A DServerCopyMoveTest.php23 $this->server->sapi = new HTTP\SapiMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAbstractPluginTest.php37 $this->server->sapi = new HTTP\SapiMock();
H A DValidateVCardTest.php34 $this->server->sapi = new HTTP\SapiMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DSpecificationTest.php59 $this->server->sapi = new HTTP\SapiMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DMSWordTest.php28 $server->sapi = new HTTP\SapiMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php41 $this->server->sapi = new HTTP\SapiMock();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/
H A DDAVServerTest.php103 $this->server->sapi = new HTTP\SapiMock();