summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-10-14 16:51:12 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-10-14 16:51:12 +0200
commit4dd641cb6f0b58b228efb9844aa6269434f70140 (patch)
treee62a7cd80f1c4b64759612c31d268334c6b50bcd /tests
parentb5ea253fa6c4c75d72669007ac16a9556b8055ed (diff)
fixed a bug that would prevent all new items from being loaded, fixed a bug that would send the wrong starred count to the webinterface
Diffstat (limited to 'tests')
-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