From 3baa8b51e42a1d353d5d9335a4c464d224027a40 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 12 Apr 2013 11:54:49 +0200 Subject: implement mark as read for feeds and folders, fix #29 --- tests/unit/utility/FeedFetcherTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/utility') diff --git a/tests/unit/utility/FeedFetcherTest.php b/tests/unit/utility/FeedFetcherTest.php index 61fe78c64..ba4a53db1 100644 --- a/tests/unit/utility/FeedFetcherTest.php +++ b/tests/unit/utility/FeedFetcherTest.php @@ -33,7 +33,7 @@ class FeedFetcherTest extends \OCA\AppFramework\Utility\TestUtility { private $fetcher; protected function setUp(){ - $this->fetcher = new FeedFetcher($this->getAPIMock()); + $this->fetcher = new FeedFetcher($this->getAPIMock(), 'dir', 300); } -- cgit v1.2.3