aboutsummaryrefslogtreecommitdiff
path: root/tests/prepare.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-24 08:01:07 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-24 08:01:07 +0000
commit73b11a40be224a2e12eda75aeb72d3f2a72f7477 (patch)
tree45506f727056d2d605f7537eaa124593a7bcd1d0 /tests/prepare.php
parenteb914d4a7f495cf9e34b6df822374d10828ac936 (diff)
downloadsemanticscuttle-73b11a40be224a2e12eda75aeb72d3f2a72f7477.tar.gz
semanticscuttle-73b11a40be224a2e12eda75aeb72d3f2a72f7477.tar.bz2
make it possible to run other tests standalone, too
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@398 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests/prepare.php')
-rw-r--r--tests/prepare.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/prepare.php b/tests/prepare.php
index 50304c2..73d804d 100644
--- a/tests/prepare.php
+++ b/tests/prepare.php
@@ -4,4 +4,6 @@
*/
$_SERVER['HTTP_HOST'] = 'http://localhost/';
define('UNIT_TEST_MODE', true);
+
+require_once dirname(__FILE__) . '/../src/SemanticScuttle/header.php'
?> \ No newline at end of file