diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-13 16:30:41 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-03-13 21:54:56 +0100 |
commit | 7785c3752fbfef792cd33dc5da2ee63e8263b9fa (patch) | |
tree | 66b68c5f9ce30ec87c51aebc7d9ffe0c14b30d2f /tests/lib/ServerTest.php | |
parent | ede723f1b19c4c1afb7627af85c1e2f8d8a31386 (diff) | |
download | nextcloud-server-7785c3752fbfef792cd33dc5da2ee63e8263b9fa.tar.gz nextcloud-server-7785c3752fbfef792cd33dc5da2ee63e8263b9fa.zip |
Remove deprecated HTTPHelper
* Remove the HTTP Helper
* Remove from Server Containter
* Removed legacy share tests that use it
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'tests/lib/ServerTest.php')
-rw-r--r-- | tests/lib/ServerTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/ServerTest.php b/tests/lib/ServerTest.php index 63642c997ab..e76b2b96db7 100644 --- a/tests/lib/ServerTest.php +++ b/tests/lib/ServerTest.php @@ -91,7 +91,6 @@ class ServerTest extends \Test\TestCase { ['Hasher', '\OC\Security\Hasher'], ['Hasher', '\OCP\Security\IHasher'], - ['HTTPHelper', '\OC\HTTPHelper'], ['HttpClientService', '\OC\Http\Client\ClientService'], ['HttpClientService', '\OCP\Http\Client\IClientService'], |