From 542824a9ba6da477c0e1969b1c8815d0561dfcdf Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 14 Apr 2011 16:53:09 +0200 Subject: include HTTP_Request2 in api base file --- tests/TestBaseApi.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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. * -- cgit v1.2.3-54-g00ecf