From a133a8a9d7771ca4e5d632b6e48e5f3ce1847862 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Thu, 22 Sep 2022 13:29:02 +0200 Subject: remove getDefaultInstallationBundle - because all apps are shipped now it was returning an empty result Signed-off-by: Arthur Schiwon --- tests/lib/App/AppStore/Bundles/BundleFetcherTest.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests') diff --git a/tests/lib/App/AppStore/Bundles/BundleFetcherTest.php b/tests/lib/App/AppStore/Bundles/BundleFetcherTest.php index daec97255ca..c1fe5ef328a 100644 --- a/tests/lib/App/AppStore/Bundles/BundleFetcherTest.php +++ b/tests/lib/App/AppStore/Bundles/BundleFetcherTest.php @@ -57,11 +57,6 @@ class BundleFetcherTest extends TestCase { $this->assertEquals($expected, $this->bundleFetcher->getBundles()); } - public function testGetDefaultInstallationBundle() { - $expected = []; - $this->assertEquals($expected, $this->bundleFetcher->getDefaultInstallationBundle()); - } - public function testGetBundleByIdentifier() { $this->assertEquals(new EnterpriseBundle($this->l10n), $this->bundleFetcher->getBundleByIdentifier('EnterpriseBundle')); $this->assertEquals(new GroupwareBundle($this->l10n), $this->bundleFetcher->getBundleByIdentifier('GroupwareBundle')); -- cgit v1.2.3