Home
last modified time | relevance | path

Searched refs:TestResponse (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/_test/core/
H A DTestRequest.php122 * @return TestResponse the resulting output of the request
164 $response = new TestResponse(
224 * @return TestResponse
237 * @return TestResponse
H A DTestResponse.php9 class TestResponse { class
/dokuwiki/_test/tests/test/
H A Dbasic.test.php157 $response = new TestResponse('',$this->some_headers);
165 $response = new TestResponse('',$this->some_headers);
168 …$response = new TestResponse('',array_slice($this->some_headers,0,-2)); // slice off the last two…