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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Blüm <marius@lineone.io>2019-03-07 16:56:16 +0300
committerGitHub <noreply@github.com>2019-03-07 16:56:16 +0300
commit80937159fb0a0d76a9c4289246d6d14c8af6130f (patch)
treeb5d31f6c12b33d4002e84e22b6f87d53f388f039 /tests/lib/App
parent7ff1f8366ad2fdd52d7b0d2d7cf5c5ac39a9e79f (diff)
Remove "socialsharing_googleplus" from Social Sharing Bundle
Signed-off-by: Marius Blüm <marius@lineone.io>
Diffstat (limited to 'tests/lib/App')
-rw-r--r--tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php b/tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php
index 02ea0eb6ae5..3d8bccf1935 100644
--- a/tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php
+++ b/tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php
@@ -31,7 +31,6 @@ class SocialSharingBundleTest extends BundleBase {
$this->bundleName = 'Social sharing bundle';
$this->bundleAppIds = [
'socialsharing_twitter',
- 'socialsharing_googleplus',
'socialsharing_facebook',
'socialsharing_email',
'socialsharing_diaspora',