summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authoranoy <anoymouserver+github@mailbox.org>2021-04-21 08:00:25 +0200
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-24 14:21:57 +0200
commit91db7113a8d844eb7d0e91596f8632e82210b6f6 (patch)
tree970de5c300fc4f611605c985772ac88bfbf8c0e6 /tests
parent215890fa0788d3d68f3d23b9718dd71965fcbede (diff)
replace deprecated getDescription call
Signed-off-by: anoy <anoymouserver+github@mailbox.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Fetcher/FeedFetcherTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Fetcher/FeedFetcherTest.php b/tests/Unit/Fetcher/FeedFetcherTest.php
index 534d48fc5..2b77b00e0 100644
--- a/tests/Unit/Fetcher/FeedFetcherTest.php
+++ b/tests/Unit/Fetcher/FeedFetcherTest.php
@@ -573,7 +573,7 @@ class FeedFetcherTest extends TestCase
->method('getPublicId')
->will($this->returnValue($this->guid));
$this->item_mock->expects($this->exactly(1))
- ->method('getDescription')
+ ->method('getContent')
->will($this->returnValue($this->body));
$this->item_mock->expects($this->exactly(1))
->method('getLastModified')