Lines Matching refs:body
63 * @param mixed $body
68 public function expectBody($body, $contentType = 'text/html')
70 if ($multiLine = is_array($body)) {
71 $body = implode("\n", $body);
77 $body !== $this->rawBody
81 "==> The expected body:\n$body\n" .
82 "==> does not match the actual body:\n$this->rawBody"
86 "The expected body '$body' does not match actual body '$this->rawBody'"
109 "The body data is not a valid status json containing processes field '$rawData'"
209 * Get response body.
211 * @param string $contentType Expect body to have specified content type.
225 * Print raw body.
227 * @param string $contentType Expect body to have specified content type.
235 * Print raw body.
237 * @param string $contentType Expect body to have specified content type.