From 80937159fb0a0d76a9c4289246d6d14c8af6130f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Bl=C3=BCm?= Date: Thu, 7 Mar 2019 14:56:16 +0100 Subject: [PATCH] Remove "socialsharing_googleplus" from Social Sharing Bundle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm --- tests/lib/App/AppStore/Bundles/SocialSharingBundleTest.php | 1 - 1 file changed, 1 deletion(-) 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',