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'"
148 * Get response body.
150 * @param string $contentType Expect body to have specified content type.
164 * Print raw body.
172 * Print raw body.