Lines Matching refs:response
23 $response = $this->server->request(new HTTP\Request('PROPFIND', '/wiki'));
24 $this->assertEquals(207, $response->getStatus());
29 … $response = $this->server->request(new HTTP\Request('GET', '/wiki/pages/wiki/dokuwiki.txt'));
30 $this->assertEquals(200, $response->getStatus());
35 $response = $this->server->request(new HTTP\Request('GET', '/wiki/pages/wiki/foo.txt'));
36 $this->assertEquals(404, $response->getStatus());
61 $response = $this->server->request($request);
63 $body = $response->getBodyAsString();
70 '/d:multistatus/d:response/d:href',
71 '/d:multistatus/d:response/d:propstat/d:prop/d:creationdate',
72 '/d:multistatus/d:response/d:propstat/d:prop/d:getlastmodified',
73 '/d:multistatus/d:response/d:propstat/d:prop/d:getcontentlength',
74 '/d:multistatus/d:response/d:propstat/d:prop/d:displayname',
75 '/d:multistatus/d:response/d:propstat/d:prop/dw:id',
76 '/d:multistatus/d:response/d:propstat/d:prop/dw:title',
77 '/d:multistatus/d:response/d:propstat/d:prop/dw:description',