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.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/utility/FaviconFetcherTest.php b/tests/unit/utility/FaviconFetcherTest.php
index 68a816ea6..777b552b3 100644
--- a/tests/unit/utility/FaviconFetcherTest.php
+++ b/tests/unit/utility/FaviconFetcherTest.php
@@ -238,7 +238,6 @@ class FaviconFetcherTest extends \PHPUnit_Framework_TestCase {
public function testEmptyFilePathDoesNotOpenFile() {
- $faviconPath = "owncloud/core/img/favicon.png";
$url = '';
$this->fileFactory->expects($this->never())
@@ -248,7 +247,6 @@ class FaviconFetcherTest extends \PHPUnit_Framework_TestCase {
}
public function testInvalidHostnameDoesNotOpenFile() {
- $faviconPath = "owncloud/core/img/favicon.png";
$url = "a.b_c.de";
$this->fileFactory->expects($this->never())
@@ -259,7 +257,6 @@ class FaviconFetcherTest extends \PHPUnit_Framework_TestCase {
public function testInvalidHostnameDoesNotOpenFileHttp() {
- $faviconPath = "owncloud/core/img/favicon.png";
$url = "http://a.b_c.de";
$this->fileFactory->expects($this->never())