Skip to content

Commit 92a2b76

Browse files
Merge remote-tracking branch 'magento-l3/ACP2E-1702' into PR-L3-21-02-2023
2 parents de1df0b + 3a7fa63 commit 92a2b76

File tree

1 file changed

+5
-0
lines changed
  • dev/tests/integration/testsuite/Magento/Config/App/Config/Type

1 file changed

+5
-0
lines changed

dev/tests/integration/testsuite/Magento/Config/App/Config/Type/SystemTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ protected function setUp(): void
3030
$this->system = $this->objectManager->create(System::class);
3131
}
3232

33+
public static function tearDownAfterClass(): void
34+
{
35+
unset($_ENV['CONFIG__STORES__DEFAULT__ABC__QRS__XYZ']);
36+
}
37+
3338
public function testGetValueDefaultScope()
3439
{
3540
$this->assertEquals(

0 commit comments

Comments
 (0)