summaryrefslogtreecommitdiffstats
path: root/tests/integration/fixtures/data/default.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-30 21:04:55 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-17 18:18:39 +0100
commit2bbd1e10a8a315c715095eed6536b6b319aeb974 (patch)
treed31ae5d0b83305b7bc47dc08271920181a5219cc /tests/integration/fixtures/data/default.php
parent646b5296843de0815c47fe809178613a5b4fafaa (diff)
fix various things
Diffstat (limited to 'tests/integration/fixtures/data/default.php')
-rw-r--r--tests/integration/fixtures/data/default.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/integration/fixtures/data/default.php b/tests/integration/fixtures/data/default.php
index b314d9496..5fc0565f3 100644
--- a/tests/integration/fixtures/data/default.php
+++ b/tests/integration/fixtures/data/default.php
@@ -19,12 +19,12 @@ return [
'url' => 'http://google.de',
'items' => [
['title' => 'a title1'],
- ['title' => 'a title2', 'status' => 4],
- ['title' => 'a title3', 'status' => 6],
- ['title' => 'del1', 'status' => 0],
- ['title' => 'del2', 'status' => 0],
- ['title' => 'del3', 'status' => 0],
- ['title' => 'del4', 'status' => 0]
+ ['title' => 'a title2', 'starred' => true],
+ ['title' => 'a title3', 'starred' => true],
+ ['title' => 'del1', 'read' => true],
+ ['title' => 'del2', 'read' => true],
+ ['title' => 'del3', 'read' => true],
+ ['title' => 'del4', 'read' => true]
]
],
[
@@ -67,7 +67,7 @@ return [
'title' => 'fourth feed',
'url' => 'http://blog.fefe.de',
'items' => [
- ['title' => 'no folder', 'status' => 0]
+ ['title' => 'no folder', 'read' => true]
]
]
]