summaryrefslogtreecommitdiffstats
path: root/tests/Unit/Fetcher/FeedFetcherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Unit/Fetcher/FeedFetcherTest.php')
-rw-r--r--tests/Unit/Fetcher/FeedFetcherTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Unit/Fetcher/FeedFetcherTest.php b/tests/Unit/Fetcher/FeedFetcherTest.php
index 72badf093..397007876 100644
--- a/tests/Unit/Fetcher/FeedFetcherTest.php
+++ b/tests/Unit/Fetcher/FeedFetcherTest.php
@@ -405,7 +405,7 @@ class FeedFetcherTest extends TestCase
$this->createFeed('he-IL');
$this->createItem();
- $this->item_mock->expects($this->exactly(2))
+ $this->item_mock->expects($this->exactly(3))
->method('getValue')
->will(
$this->returnValueMap(
@@ -431,7 +431,7 @@ class FeedFetcherTest extends TestCase
$this->createFeed('he-IL');
$this->createItem();
- $this->item_mock->expects($this->exactly(3))
+ $this->item_mock->expects($this->exactly(4))
->method('getValue')
->will(
$this->returnValueMap(