summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-01-25 12:01:43 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-01-25 12:01:51 +0100
commit4b0ec60043b8fe0ebcfe86b5754dc8f594a5c26c (patch)
tree60a59ad144b90e0909f8533171c7a013b06125c5 /tests
parenta61a5f2107d42412aae5ba41cda0a903aebf172c (diff)
expose feed ordering in api, #711
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/db/FeedTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/db/FeedTest.php b/tests/unit/db/FeedTest.php
index fd90f2925..6a012c1b9 100644
--- a/tests/unit/db/FeedTest.php
+++ b/tests/unit/db/FeedTest.php
@@ -45,6 +45,7 @@ class FeedTest extends \PHPUnit_Framework_TestCase {
'added' => 123,
'folderId' => 1,
'unreadCount' => 321,
+ 'ordering' => 2,
'link' => 'https://www.google.com/some/weird/path'
], $feed->toAPI());
}