From ea7b2e57ec05bfaf878dea53e47522ab6adb4865 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Fri, 17 Dec 2021 01:31:54 +0100 Subject: [PATCH] Add winter config --- phpunit.xml | 2 +- tests/TestCase.php | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index df1e9ea..e9a20d3 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,7 +1,7 @@ media = MediaLibrary::instance(); + + $pluginManager = PluginManager::instance(); + $pluginManager->registerAll(true); + $pluginManager->bootAll(true); } public function assertHasFile($file): void