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