diff options
Diffstat (limited to 'tests/lib/ServerTest.php')
-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'], |