, and either install it ". "in your PHP include_path or put it in the test/ directory.\n"; exit(1); } // Throw an exception on any error function exception_error_handler($errno, $errstr, $errfile, $errline) { throw new ErrorException($errstr, $errno, 0, $errfile, $errline); } set_error_handler('exception_error_handler'); error_reporting(E_ALL | E_STRICT); require_once(dirname(__FILE__) . '/../lib/Unirest.php'); require_once(dirname(__FILE__) . '/Unirest/UnirestTest.php'); ?>