summaryrefslogtreecommitdiffstats
path: root/tests/unit/utility/FaviconFetcherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/utility/FaviconFetcherTest.php')
-rw-r--r--tests/unit/utility/FaviconFetcherTest.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/unit/utility/FaviconFetcherTest.php b/tests/unit/utility/FaviconFetcherTest.php
index a9c1416dc..3ed0d4dc8 100644
--- a/tests/unit/utility/FaviconFetcherTest.php
+++ b/tests/unit/utility/FaviconFetcherTest.php
@@ -89,11 +89,7 @@ class FaviconFetcherTest extends \PHPUnit_Framework_TestCase {
$this->equalTo(10),
$this->equalTo(5),
$this->equalTo(null),
- $this->equalTo(null),
- $this->equalTo(false),
- $this->equalTo(null),
- $this->equalTo(null),
- $this->equalTo(null))
+ $this->equalTo('Mozilla/5.0 AppleWebKit'))
->will($this->returnValue($pngMock));
$favicon = $this->fetcher->fetch($url);