summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/lib/share/share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/share/share.php b/tests/lib/share/share.php
index 5d8f61fb64e..23274c394c6 100644
--- a/tests/lib/share/share.php
+++ b/tests/lib/share/share.php
@@ -106,7 +106,7 @@ class Test_Share extends \Test\TestCase {
}
protected function setHttpHelper($httpHelper) {
- \OC::$server->registerService('HTTPHelper', function ($c) use ($httpHelper) {
+ \OC::$server->registerService('HTTPHelper', function () use ($httpHelper) {
return $httpHelper;
});
}