Lines Matching refs:response

25         $this->assertEquals(200, $this->response->getStatus(), 'Invalid status code received.');
33 $this->response->getHeaders()
37 $this->assertEquals('Test contents', stream_get_contents($this->response->body));
55 $this->response->getHeaders()
58 $this->assertEquals(200,$this->response->status);
59 $this->assertEquals('', $this->response->body);
75 ], $this->response->getHeaders());
77 $this->assertEquals(201, $this->response->status);
78 $this->assertEquals('', $this->response->body);
93 ],$this->response->getHeaders());
95 $this->assertEquals(412, $this->response->status);
109 ],$this->response->getHeaders());
111 $this->assertEquals(201, $this->response->status);
112 $this->assertEquals('', $this->response->body);
124 $this->assertEquals('0', $this->response->getHeader('Content-Length'));
126 $this->assertEquals(204, $this->response->status);
127 $this->assertEquals('', $this->response->body);
141 ],$this->response->getHeaders());
143 $this->assertEquals(204, $this->response->status);
144 $this->assertEquals('', $this->response->body);
161 ],$this->response->getHeaders());
162 $this->assertEquals(204, $this->response->status);
163 $this->assertEquals('', $this->response->body);
181 ], $this->response->getHeaders());
183 $this->assertEquals(200, $this->response->status);
184 $this->assertEquals('', $this->response->body);
196 $this->assertEquals(201, $this->response->status);
197 $this->assertEquals('', $this->response->body);
202 ],$this->response->getHeaders());
233 $this->assertEquals(201, $this->response->status);
234 $this->assertEquals('', $this->response->body);
239 ],$this->response->getHeaders());