summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-10-14 21:15:16 +0200
committerBart Visscher <bartv@thisnet.nl>2012-10-14 21:15:47 +0200
commit1e37bc139bb28e6fe9b0dd0d477e2dbef5a2cab9 (patch)
treefa56b07316b914f39e2dd02b70a61b05b016b967 /tests
parent365cecd2ec1bf2552ae0d8e064680ed36b0bf04e (diff)
Whitespace cleanup
Diffstat (limited to 'tests')
-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