_response = new Response(); $this->_response->header('Location', 'http://localhost/tasks/index'); $this->assertNoRedirect(); } }