Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-01-04 17:06:07 +0300
committerGitHub <noreply@github.com>2021-01-04 17:06:07 +0300
commite0dbe218df835514fcfb62c2b94403543d84933c (patch)
tree935e57f0898d502b161685d188fdbf5602fba760 /tests
parent30a8ce5b8ee77331570b8381d80e1e9e902c7e28 (diff)
parente73392f149d299775543e03b7be6335de5b5636b (diff)
Merge pull request #4854 from nextcloud/remove-undefined-variable-from-spreedcheats-controller-cleanup
Remove undefined variable from spreedcheats controller cleanup
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/spreedcheats/lib/Controller/ApiController.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/spreedcheats/lib/Controller/ApiController.php b/tests/integration/spreedcheats/lib/Controller/ApiController.php
index 0490600fe..ceadfe5df 100644
--- a/tests/integration/spreedcheats/lib/Controller/ApiController.php
+++ b/tests/integration/spreedcheats/lib/Controller/ApiController.php
@@ -42,7 +42,6 @@ class ApiController extends OCSController {
) {
parent::__construct($appName, $request);
$this->db = $db;
- $this->userManager = $userManager;
}
/**