summaryrefslogtreecommitdiffstats
path: root/templates/test.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-01-27 04:15:53 +0100
committerBernhard Posselt <nukeawhale@gmail.com>2013-01-27 04:15:53 +0100
commitae7393db3d99a7ac223ae917129cccd9f49888e3 (patch)
tree7f54b72b0d01c38afd1378365a67e4f192922423 /templates/test.php
parent483784caa38bd6131405ac474347a215584e30a5 (diff)
merged the angularjs branch
Diffstat (limited to 'templates/test.php')
-rw-r--r--templates/test.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/test.php b/templates/test.php
deleted file mode 100644
index 348f495ce..000000000
--- a/templates/test.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-
-$itemmapper = new OCA\News\ItemMapper();
-
-$items = $itemmapper->findAllStatus(155, OCA\News\StatusFlag::UNREAD);
-
-foreach ($items as $item) {
- echo $item->getTitle();
-} \ No newline at end of file