summaryrefslogtreecommitdiffstatshomepage
path: root/tests/prepare.php
diff options
context:
space:
mode:
authorGravatar cweiske2009-10-25 15:31:31 +0000
committerGravatar cweiske2009-10-25 15:31:31 +0000
commit05defe72d8739c0642c506175c0ad4de2293fb99 (patch)
treed160853768776e399c95d3cf83ca3fbf24481325 /tests/prepare.php
parent9a0aefc28bba04f674d901c6ffd6a9e63628feef (diff)
downloadscuttle-05defe72d8739c0642c506175c0ad4de2293fb99.tar.gz
scuttle-05defe72d8739c0642c506175c0ad4de2293fb99.zip
introduce testbase class and make all tests runnable standalone
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@410 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'tests/prepare.php')
-rw-r--r--tests/prepare.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/prepare.php b/tests/prepare.php
index 73d804d..095cf36 100644
--- a/tests/prepare.php
+++ b/tests/prepare.php
@@ -5,5 +5,6 @@
$_SERVER['HTTP_HOST'] = 'http://localhost/';
define('UNIT_TEST_MODE', true);
-require_once dirname(__FILE__) . '/../src/SemanticScuttle/header.php'
+require_once dirname(__FILE__) . '/../src/SemanticScuttle/header.php';
+require_once dirname(__FILE__) . '/TestBase.php';
?> \ No newline at end of file