diff --git a/tests/system/Config/BaseConfigTest.php b/tests/system/Config/BaseConfigTest.php index 958387cc6b6d..25c3bd0d5f22 100644 --- a/tests/system/Config/BaseConfigTest.php +++ b/tests/system/Config/BaseConfigTest.php @@ -53,6 +53,11 @@ protected function setUp(): void BaseConfig::setModules(new Modules()); // reset to clean copy of Modules } + protected function tearDown(): void + { + $this->resetServices(); + } + public function testBasicValues(): void { $dotenv = new DotEnv($this->fixturesFolder, '.env');