From 2eed1a72076f965e5c0f4715e999a98a929b7694 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Thu, 31 May 2012 16:39:31 -0400 Subject: [PATCH] Fix tests --- tests/index.php | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tests/index.php b/tests/index.php index afe519f..4494d4c 100644 --- a/tests/index.php +++ b/tests/index.php @@ -21,18 +21,12 @@ define('OSL_BASE_DIR', str_replace(basename(OSL_TEST_DIR).'/', '', OSL_TEST_DIR) // -------------------------------------------------------------------------- -// Include simpletest -// it has to be set in your php path, or put in the tests folder -require_once('simpletest/autorun.php'); - -// Settings Tests -require_once(OSL_BASE_DIR . 'common/settings.php'); -require_once(OSL_TEST_DIR . 'settings.php'); - // Include db autoloader require_once(OSL_BASE_DIR . 'db/autoload.php'); // Include db tests require_once(OSL_BASE_DIR . 'db/tests/index.php'); - +// Settings Tests +require_once(OSL_BASE_DIR . 'common/settings.php'); +require_once(OSL_TEST_DIR . 'settings.php'); \ No newline at end of file