aboutsummaryrefslogtreecommitdiff
path: root/tests/prepare.php
diff options
context:
space:
mode:
authorcweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-03 23:25:07 +0000
committercweiske <cweiske@b3834d28-1941-0410-a4f8-b48e95affb8f>2009-10-03 23:25:07 +0000
commitdfeeae38a9feaa30f5dec50a09476c03f431a196 (patch)
tree6fe9c5a052c2d08b62a9e4dfc7832b4bdf95c9bd /tests/prepare.php
parentde031f043f9918424b26534d233df90b7d5c42f9 (diff)
downloadsemanticscuttle-dfeeae38a9feaa30f5dec50a09476c03f431a196.tar.gz
semanticscuttle-dfeeae38a9feaa30f5dec50a09476c03f431a196.tar.bz2
get rid of headers-already-sent-errors when running unit tests on cli
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@390 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests/prepare.php')
-rw-r--r--tests/prepare.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/prepare.php b/tests/prepare.php
new file mode 100644
index 0000000..50304c2
--- /dev/null
+++ b/tests/prepare.php
@@ -0,0 +1,7 @@
+<?php
+/**
+ * Prepare the application for unit testing
+ */
+$_SERVER['HTTP_HOST'] = 'http://localhost/';
+define('UNIT_TEST_MODE', true);
+?> \ No newline at end of file