summaryrefslogtreecommitdiffstats
path: root/tests/unit/utility
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:42:56 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-12 23:42:56 +0200
commit308224eadac5f455d54113d956b0ffa46ed3c1fe (patch)
tree21412efa2e7a9f3171573c7b22bcc7b083de85ca /tests/unit/utility
parent8677ea653fab67f0ebd56a11be6031618e3ae152 (diff)
remove more unused code
Diffstat (limited to 'tests/unit/utility')
-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())