summaryrefslogtreecommitdiffstats
path: root/tests/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/index.php')
-rw-r--r--tests/index.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/index.php b/tests/index.php
deleted file mode 100644
index 6f3ff037d..000000000
--- a/tests/index.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-/**
-*
-OC_App::loadApp('news');
-class Test_News_MyTest extends UnitTestCase
-{
-
- public function testTest() {
- $this->assertTrue(false);
- }
-}
-*/