#!/usr/bin/env php fetchAPITest('http://example.com/api/test')) && p() && e('0'); r($adminTest->fetchAPITest('http://example.com/api?param=value')) && p() && e('0'); r($adminTest->fetchAPITest('')) && p() && e('0'); r($adminTest->fetchAPITest('invalid-url')) && p() && e('0'); r($adminTest->fetchAPITest('http://example.com/api?param=中文')) && p() && e('0');