aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/app/codechecker/infocheckertest.php
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-22 14:39:11 +0200
committerThomas Müller <DeepDiver1975@users.noreply.github.com>2016-04-22 14:39:11 +0200
commitcc4efc4c03f4d4f7ec9e6cf9beac570254bef3c1 (patch)
treea2f37241fbfbc0f8271f3a7087237454bd5a415b /tests/lib/app/codechecker/infocheckertest.php
parentc26145aab33481dd958277d2b562703a9c2fd90b (diff)
parent3aa77960ef78e397ae3e42d82aae32cac3114752 (diff)
downloadnextcloud-server-cc4efc4c03f4d4f7ec9e6cf9beac570254bef3c1.tar.gz
nextcloud-server-cc4efc4c03f4d4f7ec9e6cf9beac570254bef3c1.zip
Merge pull request #24085 from owncloud/feedback-on-app-migrations
App migration steps need to push feedback to the user ....
Diffstat (limited to 'tests/lib/app/codechecker/infocheckertest.php')
-rw-r--r--tests/lib/app/codechecker/infocheckertest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/app/codechecker/infocheckertest.php b/tests/lib/app/codechecker/infocheckertest.php
index b31c5fe3a7a..c6df5a715a1 100644
--- a/tests/lib/app/codechecker/infocheckertest.php
+++ b/tests/lib/app/codechecker/infocheckertest.php
@@ -43,7 +43,7 @@ class InfoCheckerTest extends TestCase {
protected function setUp() {
parent::setUp();
- $infoParser = new InfoParser(\OC::$server->getHTTPHelper(), \OC::$server->getURLGenerator());
+ $infoParser = new InfoParser(\OC::$server->getURLGenerator());
$this->infoChecker = new InfoChecker($infoParser);
}