From: Christian Weiske Date: Thu, 14 Apr 2011 14:53:09 +0000 (+0200) Subject: include HTTP_Request2 in api base file X-Git-Tag: v0.98.0~84 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=542824a9ba6da477c0e1969b1c8815d0561dfcdf;p=semanticscuttle.git include HTTP_Request2 in api base file --- diff --git a/tests/TestBaseApi.php b/tests/TestBaseApi.php index f054973..8ed41cd 100644 --- a/tests/TestBaseApi.php +++ b/tests/TestBaseApi.php @@ -11,6 +11,8 @@ * @link http://sourceforge.net/projects/semanticscuttle */ +require_once 'HTTP/Request2.php'; + /** * Base unittest class for web API tests. *