mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
unset installer and updater
This commit is contained in:
parent
e366ba703c
commit
b81c0d3858
1 changed files with 2 additions and 0 deletions
|
|
@ -344,6 +344,8 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase {
|
|||
|
||||
unset(\OC::$server[\OC\Files\AppData\Factory::class]);
|
||||
unset(\OC::$server[\OC\App\AppStore\Fetcher\AppFetcher::class]);
|
||||
unset(\OC::$server[\OC\Installer::class]);
|
||||
unset(\OC::$server[\OC\Updater::class]);
|
||||
|
||||
/** @var SetupManager $setupManager */
|
||||
$setupManager = Server::get(SetupManager::class);
|
||||
|
|
|
|||
Loading…
Reference in a new issue