We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de1df0b + 3a7fa63 commit 92a2b76Copy full SHA for 92a2b76
dev/tests/integration/testsuite/Magento/Config/App/Config/Type/SystemTest.php
@@ -30,6 +30,11 @@ protected function setUp(): void
30
$this->system = $this->objectManager->create(System::class);
31
}
32
33
+ public static function tearDownAfterClass(): void
34
+ {
35
+ unset($_ENV['CONFIG__STORES__DEFAULT__ABC__QRS__XYZ']);
36
+ }
37
+
38
public function testGetValueDefaultScope()
39
{
40
$this->assertEquals(
0 commit comments