'http://proxy']); $start = microtime(true); $response = $client->get(''); $end = microtime(true); $this->assertLessThanOrEqual(1000, $end - $start); } }