/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/ |
H A D | JCalTransformTest.php | 37 $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 D | PluginTest.php | 612 $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 D | ExpandEventsDTSTARTandDTENDTest.php | 93 …uld not parse object. Error:' . $e->getMessage(). ' full object: ' . $response->getBodyAsString());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | HttpDeleteTest.php | 46 "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 D | HttpGetTest.php | 52 $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 D | HTTPPreferParsingTest.php | 125 $body = $response->getBodyAsString(); 181 $body = $response->getBodyAsString();
|
H A D | ServerPropsInfiniteDepthTest.php | 54 …e->status, 'Incorrect status received. Full response body: ' . $this->response->getBodyAsString()); 89 $body = $this->response->getBodyAsString();
|
H A D | HttpPutTest.php | 39 …getStatus(), 'Incorrect status code received. Full response body:' . $response->getBodyAsString()); 337 …getStatus(), 'Incorrect status code received. Full response body: ' .$response->getBodyAsString());
|
H A D | HttpHeadTest.php | 52 $this->assertEquals('', $response->getBodyAsString());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/ |
H A D | PluginTest.php | 28 …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 D | Plugin2Test.php | 46 $this->assertEquals(201, $response->getStatus(), $response->getBodyAsString()); 61 $this->assertEquals(204, $response->getStatus(), $response->getBodyAsString());
|
H A D | MSWordTest.php | 31 …ls(201, $server->httpResponse->getStatus(), 'Full response body:' . $response1->getBodyAsString());
|
/plugin/davcal/vendor/sabre/http/tests/HTTP/ |
H A D | MessageTest.php | 24 $this->assertEquals($body, $message->getBodyAsString()); 39 $this->assertEquals($body, $message->getBodyAsString()); 58 $body = $message->getBodyAsString();
|
H A D | MessageDecoratorTest.php | 22 $this->assertEquals('foo', $this->inner->getBodyAsString()); 23 $this->assertEquals('foo', $this->outer->getBodyAsString());
|
/plugin/webdav/vendor/sabre/http/lib/ |
H A D | MessageDecoratorTrait.php | 49 function getBodyAsString() { function 51 return $this->inner->getBodyAsString();
|
H A D | MessageInterface.php | 33 function getBodyAsString(); function
|
H A D | Response.php | 188 $str .= $this->getBodyAsString();
|
/plugin/davcal/vendor/sabre/http/lib/ |
H A D | MessageDecoratorTrait.php | 49 function getBodyAsString() { function 51 return $this->inner->getBodyAsString();
|
H A D | MessageInterface.php | 33 function getBodyAsString(); function
|
H A D | Response.php | 189 $str .= $this->getBodyAsString();
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | Client.php | 290 $result = $this->parseMultiStatus($response->getBodyAsString()); 375 'body' => $response->getBodyAsString(),
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | Client.php | 234 $result = $this->parseMultiStatus($response->getBodyAsString()); 343 'body' => $response->getBodyAsString(),
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/ |
H A D | DeliverNewEventTest.php | 69 …nse->getStatus(), 'Incorrect status code received. Response body:' . $response->getBodyAsString());
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/ |
H A D | PrincipalPropertySearchTest.php | 65 …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 D | PluginTest.php | 100 $multiStatus = $this->server->xml->parse($response->getBodyAsString()); 224 $response->getBodyAsString()
|