summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Fetcher/FetcherTest.php
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-02-28 07:35:41 +0100
committerGitHub <noreply@github.com>2019-02-28 07:35:41 +0100
commit249352c9d3d1f22f1f06d0c46c842984d7910d30 (patch)
tree11a7e72337010ed79b3440edee3ec41e31916b37 /tests/Unit/Fetcher/FetcherTest.php
parent89d9b77994d564f4ef29db7cc7191c5cd87b8705 (diff)
parent7c17b2c24b1131ace6b464723978841566714f54 (diff)
Merge pull request #282 from SMillerDev/switch_feedIO
Switch to feed-io for parsing
Diffstat (limited to 'tests/Unit/Fetcher/FetcherTest.php')
-rw-r--r--tests/Unit/Fetcher/FetcherTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Fetcher/FetcherTest.php b/tests/Unit/Fetcher/FetcherTest.php
index e8c648177..2549ff606 100644
--- a/tests/Unit/Fetcher/FetcherTest.php
+++ b/tests/Unit/Fetcher/FetcherTest.php
@@ -118,7 +118,7 @@ class FetcherTest extends TestCase
public function testMultipleFetchersOnlyOneShouldHandle()
{
$url = 'hi';
- $return = 'zeas';
+ $return = [];
$mockFetcher = $this->getMockBuilder(IFeedFetcher::class)
->disableOriginalConstructor()
->getMock();