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, 4 insertions, 2 deletions
diff --git a/tests/unit/utility/FaviconFetcherTest.php b/tests/unit/utility/FaviconFetcherTest.php
index e73510a13..4ee823636 100644
--- a/tests/unit/utility/FaviconFetcherTest.php
+++ b/tests/unit/utility/FaviconFetcherTest.php
@@ -94,7 +94,8 @@ class FaviconFetcherTest extends \PHPUnit_Framework_TestCase {
$favicon = $this->fetcher->fetch($url);
- $this->assertEquals('http://google.com/owncloud/core/img/favicon.png', $favicon);
+ $this->assertEquals('http://google.com/owncloud/core/img/favicon.png',
+ $favicon);
}
@@ -163,7 +164,8 @@ class FaviconFetcherTest extends \PHPUnit_Framework_TestCase {
$favicon = $this->fetcher->fetch($url);
- $this->assertEquals('http://google.com/owncloud/core/img/favicon.png', $favicon);
+ $this->assertEquals('http://google.com/owncloud/core/img/favicon.png',
+ $favicon);
}