summaryrefslogtreecommitdiffstats
path: root/tests/Integration/Fixtures/data/readitem.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Integration/Fixtures/data/readitem.php')
-rw-r--r--tests/Integration/Fixtures/data/readitem.php33
1 files changed, 0 insertions, 33 deletions
diff --git a/tests/Integration/Fixtures/data/readitem.php b/tests/Integration/Fixtures/data/readitem.php
deleted file mode 100644
index 425492741..000000000
--- a/tests/Integration/Fixtures/data/readitem.php
+++ /dev/null
@@ -1,33 +0,0 @@
-<?php
-/**
- * Nextcloud - News
- *
- * This file is licensed under the Affero General Public License version 3 or
- * later. See the COPYING file.
- *
- * @author Bernhard Posselt <dev@bernhard-posselt.com>
- * @copyright Bernhard Posselt 2015
- */
-
-return [
- 'feeds' => [
- [
- 'title' => 'john feed',
- 'userId' => 'john',
- 'items' => [
- ['title' => 'blubb', 'unread' => true, 'starred' => false],
- ['title' => 'blubb', 'unread' => true, 'starred' => false]
- ]
- ],
- [
- 'title' => 'test feed',
- 'userId' => 'test',
- 'items' => [
- ['title' => 'blubb', 'unread' => true, 'starred' => false],
- ['title' => 'blubbs', 'unread' => true, 'starred' => false],
- ['title' => 'blubb', 'unread' => true, 'starred' => false],
- ['title' => 'blubb', 'unread' => true, 'starred' => false]
- ]
- ]
- ]
-];