Lines Matching refs:this

18         $this->server->httpRequest = ($request);
19 $this->server->exec();
21 $this->assertEquals(array(
24 ),$this->response->getHeaders());
26 $this->assertEquals(201, $this->response->status);
27 $this->assertEquals('', $this->response->body);
28 $this->assertTrue(is_dir($this->tempDir . '/testcol'));
44 $this->server->httpRequest = ($request);
45 $this->server->exec();
47 $this->assertEquals(array(
50 ),$this->response->getHeaders());
52 $this->assertEquals(415, $this->response->status);
69 $this->server->httpRequest = ($request);
70 $this->server->exec();
72 $this->assertEquals(array(
75 ),$this->response->getHeaders());
77 $this->assertEquals(400, $this->response->getStatus(), $this->response->getBodyAsString() );
94 $this->server->httpRequest = ($request);
95 $this->server->exec();
97 $this->assertEquals(array(
100 ),$this->response->getHeaders());
102 $this->assertEquals(400, $this->response->getStatus());
126 $this->server->httpRequest = ($request);
127 $this->server->exec();
129 $this->assertEquals(array(
132 ),$this->response->getHeaders());
134 …$this->assertEquals(400, $this->response->status, 'Wrong statuscode received. Full response body: …
158 $this->server->httpRequest = ($request);
159 $this->server->exec();
161 $this->assertEquals(array(
164 ),$this->response->getHeaders());
166 …$this->assertEquals(403, $this->response->status, 'Wrong statuscode received. Full response body: …
190 $this->server->httpRequest = ($request);
191 $this->server->exec();
193 $this->assertEquals(array(
196 ),$this->response->getHeaders());
198 …$this->assertEquals(201, $this->response->status, 'Wrong statuscode received. Full response body: …
224 $this->server->httpRequest = ($request);
225 $this->server->exec();
227 $this->assertEquals(array(
230 ),$this->response->getHeaders());
232 …$this->assertEquals(201, $this->response->status, 'Wrong statuscode received. Full response body: …
249 $this->server->httpRequest = ($request);
250 $this->server->exec();
252 $this->assertEquals(array(
255 ),$this->response->getHeaders());
257 …$this->assertEquals(409, $this->response->status, 'Wrong statuscode received. Full response body: …
274 $this->server->httpRequest = ($request);
275 $this->server->exec();
277 $this->assertEquals(array(
280 ),$this->response->getHeaders());
282 …$this->assertEquals(409, $this->response->status, 'Wrong statuscode received. Full response body: …
299 $this->server->httpRequest = ($request);
300 $this->server->exec();
302 $this->assertEquals(array(
306 ),$this->response->getHeaders());
308 …$this->assertEquals(405, $this->response->status, 'Wrong statuscode received. Full response body: …
334 $this->server->httpRequest = ($request);
335 $this->server->exec();
337 …$this->assertEquals(207, $this->response->status, 'Wrong statuscode received. Full response body: …
339 $this->assertEquals(array(
342 ),$this->response->getHeaders());