Home
last modified time | relevance | path

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

12

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
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());
H A DExpandEventsDTSTARTandDTENDTest.php93 …uld not parse object. Error:' . $e->getMessage(). ' full object: ' . $response->getBodyAsString());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
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 DHTTPPreferParsingTest.php125 $body = $response->getBodyAsString();
181 $body = $response->getBodyAsString();
H A DServerPropsInfiniteDepthTest.php54 …e->status, 'Incorrect status received. Full response body: ' . $this->response->getBodyAsString());
89 $body = $this->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 DHttpHeadTest.php52 $this->assertEquals('', $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/Locks/
H A DPlugin2Test.php46 $this->assertEquals(201, $response->getStatus(), $response->getBodyAsString());
61 $this->assertEquals(204, $response->getStatus(), $response->getBodyAsString());
H A DMSWordTest.php31 …ls(201, $server->httpResponse->getStatus(), 'Full response body:' . $response1->getBodyAsString());
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DMessageTest.php24 $this->assertEquals($body, $message->getBodyAsString());
39 $this->assertEquals($body, $message->getBodyAsString());
58 $body = $message->getBodyAsString();
H A DMessageDecoratorTest.php22 $this->assertEquals('foo', $this->inner->getBodyAsString());
23 $this->assertEquals('foo', $this->outer->getBodyAsString());
/plugin/webdav/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php49 function getBodyAsString() { function
51 return $this->inner->getBodyAsString();
H A DMessageInterface.php33 function getBodyAsString(); function
H A DResponse.php188 $str .= $this->getBodyAsString();
/plugin/davcal/vendor/sabre/http/lib/
H A DMessageDecoratorTrait.php49 function getBodyAsString() { function
51 return $this->inner->getBodyAsString();
H A DMessageInterface.php33 function getBodyAsString(); function
H A DResponse.php189 $str .= $this->getBodyAsString();
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php290 $result = $this->parseMultiStatus($response->getBodyAsString());
375 'body' => $response->getBodyAsString(),
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php234 $result = $this->parseMultiStatus($response->getBodyAsString());
343 'body' => $response->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/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/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php100 $multiStatus = $this->server->xml->parse($response->getBodyAsString());
224 $response->getBodyAsString()

12