@@ -232,6 +232,9 @@ |
||
232 | 232 | } |
233 | 233 | } |
234 | 234 | |
235 | + /** |
|
236 | + * @param string $url |
|
237 | + */ |
|
235 | 238 | private function testRemoteUrl($url) { |
236 | 239 | $result = file_get_contents($url); |
237 | 240 | $data = json_decode($result); |