Searched refs:TestResponse (Results 1 – 3 of 3) sorted by relevance
122 * @return TestResponse the resulting output of the request164 $response = new TestResponse(224 * @return TestResponse237 * @return TestResponse
9 class TestResponse { class
157 $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…