proxy_host = 'localhost'; //FIXME we need a public server $http->proxy_port = 3128; $data = $http->get($this->url); $this->assertFalse($data === false, 'HTTP response'); $this->assertTrue(strpos($data,'DokuWiki') !== false, 'response content'); } }