From 05defe72d8739c0642c506175c0ad4de2293fb99 Mon Sep 17 00:00:00 2001 From: cweiske Date: Sun, 25 Oct 2009 15:31:31 +0000 Subject: 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 --- tests/prepare.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/prepare.php') 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 -- cgit v1.2.3-54-g00ecf