From c70927eaa0d558575ee63b149005ae9ed17e88df Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 19 Jan 2018 14:00:27 +0100 Subject: Remove not needed 3rdparty app disabling during upgrade for PHP 5.x Signed-off-by: Morris Jobke --- tests/lib/UpdaterTest.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests/lib/UpdaterTest.php') diff --git a/tests/lib/UpdaterTest.php b/tests/lib/UpdaterTest.php index a6a8224ac34..afc9f9b1f86 100644 --- a/tests/lib/UpdaterTest.php +++ b/tests/lib/UpdaterTest.php @@ -115,11 +115,4 @@ class UpdaterTest extends TestCase { $this->assertSame($result, $this->updater->isUpgradePossible($oldVersion, $newVersion, $allowedVersions)); } - public function testSetSkip3rdPartyAppsDisable() { - $this->updater->setSkip3rdPartyAppsDisable(true); - $this->assertSame(true, $this->invokePrivate($this->updater, 'skip3rdPartyAppsDisable')); - $this->updater->setSkip3rdPartyAppsDisable(false); - $this->assertSame(false, $this->invokePrivate($this->updater, 'skip3rdPartyAppsDisable')); - } - } -- cgit v1.2.3