Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJakob Sack <kde@jakobsack.de>2011-07-27 21:25:49 +0400
committerJakob Sack <kde@jakobsack.de>2011-07-27 21:25:49 +0400
commit2f807a3c7f6e5a3a8a8e8317a3b3b627d3d68952 (patch)
treef7a829d8bc67c364a8b77c02cb875fc0c33934a4 /tests
parentf5c0dbd947d45520550b68dae77a894f871a0758 (diff)
Delete requires in applications where possible
Diffstat (limited to 'tests')
-rw-r--r--tests/index.php2
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();