summaryrefslogtreecommitdiffstats
path: root/tests/integration/fixtures/feedfixture.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/fixtures/feedfixture.php')
-rw-r--r--tests/integration/fixtures/feedfixture.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/integration/fixtures/feedfixture.php b/tests/integration/fixtures/feedfixture.php
index 5394ebf6b..cc8e2e159 100644
--- a/tests/integration/fixtures/feedfixture.php
+++ b/tests/integration/fixtures/feedfixture.php
@@ -26,22 +26,22 @@ class FeedFixture extends Feed {
'urlHash' => 'urlHash',
'url' => 'http://the.url.com',
'title' => 'title',
- 'faviconLink' => 'http://the.faviconLink.com',
- 'added' => 9,
+ 'faviconLink' => 'http://feed.com/favicon.ico',
+ 'added' => 3000,
'folderId' => 0,
- 'link' => 'http://thelink.com',
+ 'link' => 'http://feed.com/rss',
'preventUpdate' => false,
'deletedAt' => 0,
- 'articlesPerUpdate' => 50,
+ 'articlesPerUpdate' => 40,
'lastModified' => 10,
'etag' => '',
- 'location' => 'http://thefeed.com',
+ 'location' => 'http://feed.com/rss',
'ordering' => 0,
'fullTextEnabled' => false,
'pinned' => false,
'updateMode' => 0,
'updateErrorCount' => 0,
- 'lastUpdateError' => 'lastUpdateError',
+ 'lastUpdateError' => '',
], $defaults);
unset($defaults['items']);
$this->fillDefaults($defaults);