Lines Matching refs:body
36 private function sendRequest($body) { argument
39 $request->setBody($body);
65 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
66 $xml = simplexml_load_string($body);
89 $body = $this->response->getBodyAsString();
90 $this->assertEquals(207, $this->response->getStatus(), $body);
92 … $body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$body);
93 $xml = simplexml_load_string($body);
126 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
127 $xml = simplexml_load_string($body);
145 …$body = preg_replace("/xmlns(:[A-Za-z0-9_])?=(\"|\')DAV:(\"|\')/","xmlns\\1=\"urn:DAV\"",$this->re…
146 $xml = simplexml_load_string($body);
157 …$test))==true,'We expected the ' . $test . ' element to appear in the response, we got: ' . $body);
161 $this->assertEquals(8,count($val),$body);