Home
last modified time | relevance | path

Searched refs:getBodyAsString (Results 1 – 25 of 48) sorted by path

12

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php258 $body = $request->getBodyAsString();
H A DSharingPlugin.php255 $requestBody = $request->getBodyAsString();
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php234 $result = $this->parseMultiStatus($response->getBodyAsString());
343 'body' => $response->getBodyAsString(),
H A DCorePlugin.php319 $requestBody = $request->getBodyAsString();
554 $requestBody = $request->getBodyAsString();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php177 if ($body = $request->getBodyAsString()) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1017 $body = $request->getBodyAsString();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDTSTARTandDTENDTest.php93 …uld not parse object. Error:' . $e->getMessage(). ' full object: ' . $response->getBodyAsString());
H A DJCalTransformTest.php37 $body = $response->getBodyAsString();
78 … $this->assertEquals(207, $response->getStatus(), 'Full rsponse: ' . $response->getBodyAsString());
81 $response->getBodyAsString()
131 …(207, $response->getStatus(), "Invalid response code. Full body: " . $response->getBodyAsString());
134 $response->getBodyAsString()
184 …(207, $response->getStatus(), "Invalid response code. Full body: " . $response->getBodyAsString());
187 $response->getBodyAsString()
H A DPluginTest.php612 $this->assertXmlStringEqualsXmlString($expected, $this->response->getBodyAsString());
669 $this->assertXmlStringEqualsXmlString($expected, $this->response->getBodyAsString());
731 $this->assertXmlStringEqualsXmlString($expected, $this->response->getBodyAsString());
794 $this->assertXmlStringEqualsXmlString($expected, $this->response->getBodyAsString());
879 $this->assertXmlStringEqualsXmlString($expected, $this->response->getBodyAsString());
968 $this->assertXmlStringEqualsXmlString($expected, $this->response->getBodyAsString());
1018 $this->assertXmlStringEqualsXmlString($expected, $this->response->getBodyAsString());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/
H A DPluginTest.php150 $this->assertXmlStringEqualsXmlString($expected, $httpResponse->getBodyAsString());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php69 …nse->getStatus(), 'Incorrect status code received. Response body:' . $response->getBodyAsString());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPluginTest.php28 …tStatus(), "Incorrect status received. Full response body: " . $this->response->getBodyAsString());
38 $body = $this->response->getBodyAsString();
54 …tStatus(), "Incorrect status received. Full response body: " . $this->response->getBodyAsString());
64 $body = $this->response->getBodyAsString();
75 …e->status, "Incorrect status received. Full response body: " . $this->response->getBodyAsString());
85 $body = $this->response->getBodyAsString();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DHTTPPreferParsingTest.php125 $body = $response->getBodyAsString();
181 $body = $response->getBodyAsString();
H A DHttpDeleteTest.php46 "Incorrect status code. Response body: " . $response->getBodyAsString()
71 "Incorrect status code. Response body: " . $response->getBodyAsString()
95 "Incorrect status code. Response body: " . $response->getBodyAsString()
114 "Incorrect status code. Response body: " . $response->getBodyAsString()
133 "Incorrect status code. Response body: " . $response->getBodyAsString()
H A DHttpGetTest.php52 $this->assertEquals('foo', $response->getBodyAsString());
79 $this->assertEquals('foo', $response->getBodyAsString());
124 $this->assertEquals('foo', $response->getBodyAsString());
155 $this->assertEquals('stream', $response->getBodyAsString());
H A DHttpHeadTest.php52 $this->assertEquals('', $response->getBodyAsString());
H A DHttpPutTest.php39 …getStatus(), 'Incorrect status code received. Full response body:' . $response->getBodyAsString());
337 …getStatus(), 'Incorrect status code received. Full response body: ' .$response->getBodyAsString());
H A DServerMKCOLTest.php77 $this->assertEquals(400, $this->response->getStatus(), $this->response->getBodyAsString() );
H A DServerPropsInfiniteDepthTest.php54 …e->status, 'Incorrect status received. Full response body: ' . $this->response->getBodyAsString());
89 $body = $this->response->getBodyAsString();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Locks/
H A DMSWordTest.php31 …ls(201, $server->httpResponse->getStatus(), 'Full response body:' . $response1->getBodyAsString());
H A DPlugin2Test.php46 $this->assertEquals(201, $response->getStatus(), $response->getBodyAsString());
61 $this->assertEquals(204, $response->getStatus(), $response->getBodyAsString());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DPluginTest.php130 …s->assertEquals(204, $response->getStatus(), 'Full response body:' . $response->getBodyAsString());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php100 $multiStatus = $this->server->xml->parse($response->getBodyAsString());
224 $response->getBodyAsString()
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalPropertySearchTest.php65 …s->assertEquals(400, $server->httpResponse->getStatus(), $server->httpResponse->getBodyAsString());
104 …207, $server->httpResponse->getStatus(), "Full body: " . $server->httpResponse->getBodyAsString());
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md140 * Fixed: getBodyAsString on an empty body now works.
167 * Changed: Message::getBodyAsStream and Message::getBodyAsString were added. The

12