summaryrefslogtreecommitdiffstats
path: root/tests/utility/FetcherTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/utility/FetcherTest.php')
-rw-r--r--tests/utility/FetcherTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utility/FetcherTest.php b/tests/utility/FetcherTest.php
index 0da3b9265..bbf2622e8 100644
--- a/tests/utility/FetcherTest.php
+++ b/tests/utility/FetcherTest.php
@@ -75,6 +75,7 @@ class FetcherTest extends \OCA\AppFramework\Utility\TestUtility {
$this->fetcher->fetch($url);
}
+
public function testMultipleFetchersOnlyOneShouldHandle(){
$url = 'hi';
$return = 'zeas';