summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Fetcher/FeedFetcherTest.php
diff options
context:
space:
mode:
authorSean Molenaar <sean@seanmolenaar.eu>2021-02-04 21:45:21 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-02-05 09:37:17 +0100
commit6e9e2512eaa94c753119e22b6224de267d9fd968 (patch)
treeda7e068c509153bef4147cc2d08765cd15fbb085 /tests/Unit/Fetcher/FeedFetcherTest.php
parent76298c011b6a22baf213221345e1f87ae0ec3cd7 (diff)
DB: Remove unused fields
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
Diffstat (limited to 'tests/Unit/Fetcher/FeedFetcherTest.php')
-rw-r--r--tests/Unit/Fetcher/FeedFetcherTest.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Unit/Fetcher/FeedFetcherTest.php b/tests/Unit/Fetcher/FeedFetcherTest.php
index 6a1153b83..acb8e939d 100644
--- a/tests/Unit/Fetcher/FeedFetcherTest.php
+++ b/tests/Unit/Fetcher/FeedFetcherTest.php
@@ -597,8 +597,7 @@ class FeedFetcherTest extends TestCase
->setRtl(false)
->setLastModified(3)
->setPubDate(3)
- ->setAuthor(html_entity_decode($this->author->getName()))
- ->setStatus(0);
+ ->setAuthor(html_entity_decode($this->author->getName()));
if ($enclosureType === 'audio/ogg' || $enclosureType === 'video/ogg') {
$media = $this->getMockbuilder(MediaInterface::class)->getMock();