diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/index.php b/tests/index.php index 30ebde11235..3d410cd4330 100644 --- a/tests/index.php +++ b/tests/index.php @@ -26,8 +26,6 @@ */ $RUNTIME_NOSETUPFS=true; require_once('../lib/base.php'); -require_once('testcase.php'); -require_once('template.php'); $testCases=loadFiles(__DIR__,array('index.php','templates')); ob_end_clean(); |