aboutsummaryrefslogtreecommitdiff
path: root/tests/TestBaseApi.php
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-04-14 16:53:09 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-04-14 16:53:09 +0200
commit542824a9ba6da477c0e1969b1c8815d0561dfcdf (patch)
treee691fe2a3400728dc32d2d81b7d5f2ba8a815865 /tests/TestBaseApi.php
parentbdebe6598c52a74f7040e3a11198b3554fa58f54 (diff)
downloadsemanticscuttle-542824a9ba6da477c0e1969b1c8815d0561dfcdf.tar.gz
semanticscuttle-542824a9ba6da477c0e1969b1c8815d0561dfcdf.tar.bz2
include HTTP_Request2 in api base file
Diffstat (limited to 'tests/TestBaseApi.php')
-rw-r--r--tests/TestBaseApi.php2
1 files changed, 2 insertions, 0 deletions
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.
*