summaryrefslogtreecommitdiffstats
path: root/tests/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/index.php')
-rw-r--r--tests/index.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/index.php b/tests/index.php
new file mode 100644
index 000000000..69c99ce13
--- /dev/null
+++ b/tests/index.php
@@ -0,0 +1,14 @@
+<?php
+
+/**
+*
+*/
+class Test_News_MyTest extends UnitTestCase
+{
+
+ public function testTest() {
+ $this->assertTrue(false);
+ }
+}
+
+?> \ No newline at end of file