Lines Matching refs:response
24 ),$this->response->getHeaders());
26 $this->assertEquals(201, $this->response->status);
27 $this->assertEquals('', $this->response->body);
50 ),$this->response->getHeaders());
52 $this->assertEquals(415, $this->response->status);
75 ),$this->response->getHeaders());
77 $this->assertEquals(400, $this->response->getStatus(), $this->response->getBodyAsString() );
100 ),$this->response->getHeaders());
102 $this->assertEquals(400, $this->response->getStatus());
132 ),$this->response->getHeaders());
134 …$this->assertEquals(400, $this->response->status, 'Wrong statuscode received. Full response body: …
164 ),$this->response->getHeaders());
166 …$this->assertEquals(403, $this->response->status, 'Wrong statuscode received. Full response body: …
196 ),$this->response->getHeaders());
198 …$this->assertEquals(201, $this->response->status, 'Wrong statuscode received. Full response body: …
230 ),$this->response->getHeaders());
232 …$this->assertEquals(201, $this->response->status, 'Wrong statuscode received. Full response body: …
255 ),$this->response->getHeaders());
257 …$this->assertEquals(409, $this->response->status, 'Wrong statuscode received. Full response body: …
280 ),$this->response->getHeaders());
282 …$this->assertEquals(409, $this->response->status, 'Wrong statuscode received. Full response body: …
306 ),$this->response->getHeaders());
308 …$this->assertEquals(405, $this->response->status, 'Wrong statuscode received. Full response body: …
337 …$this->assertEquals(207, $this->response->status, 'Wrong statuscode received. Full response body: …
342 ),$this->response->getHeaders());