diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-03-12 16:33:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-12 16:33:46 +0100 |
commit | 432e529827a10d038385ee994814b78b5141cf3c (patch) | |
tree | be410cffd4f50b84a60805bcd940f89b4cae2b46 /tests | |
parent | 324ce5a993daf5e907bc7dec6ce364daf6a754aa (diff) | |
parent | f5c5c5181f66e15ff3ccc30fa32e84e20a863182 (diff) | |
download | nextcloud-server-432e529827a10d038385ee994814b78b5141cf3c.tar.gz nextcloud-server-432e529827a10d038385ee994814b78b5141cf3c.zip |
Merge pull request #8784 from nextcloud/remove-unused-deprecated-apphelper
Remove unused and deprecated class and interface AppHelper
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/ServerTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/lib/ServerTest.php b/tests/lib/ServerTest.php index 9c375dd654e..63642c997ab 100644 --- a/tests/lib/ServerTest.php +++ b/tests/lib/ServerTest.php @@ -53,8 +53,6 @@ class ServerTest extends \Test\TestCase { ['AppConfig', '\OC\AppConfig'], ['AppConfig', '\OCP\IAppConfig'], ['AppFetcher', AppFetcher::class], - ['AppHelper', '\OC\AppHelper'], - ['AppHelper', '\OCP\IHelper'], ['AppManager', '\OC\App\AppManager'], ['AppManager', '\OCP\App\IAppManager'], ['AsyncCommandBus', '\OC\Command\AsyncBus'], |