Add winter config
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2021-12-17 01:31:54 +01:00
parent cb3228bc53
commit ea7b2e57ec
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false" <phpunit backupGlobals="false"
backupStaticAttributes="false" backupStaticAttributes="false"
bootstrap="../../../modules/system/tests/bootstrap.php" bootstrap="../../../tests/bootstrap.php"
colors="true" colors="true"
convertErrorsToExceptions="true" convertErrorsToExceptions="true"
convertNoticesToExceptions="true" convertNoticesToExceptions="true"

View File

@ -19,6 +19,10 @@ class TestCase extends PluginTestCase
Setting::set('queue', 'default'); Setting::set('queue', 'default');
$this->media = MediaLibrary::instance(); $this->media = MediaLibrary::instance();
$pluginManager = PluginManager::instance();
$pluginManager->registerAll(true);
$pluginManager->bootAll(true);
} }
public function assertHasFile($file): void public function assertHasFile($file): void