Skip to content

Commit 1218e88

Browse files
committed
ACP2E-1653: update failing integration test
1 parent 3dd9999 commit 1218e88

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,10 @@ public function testEnvGetValueStoreScope()
6868
$this->system->get('stores/default/abc/qrs/xyz')
6969
);
7070
}
71+
72+
protected function tearDown(): void
73+
{
74+
unset($_ENV['CONFIG__STORES__DEFAULT__ABC__QRS__XYZ']);
75+
parent::tearDown();
76+
}
7177
}

0 commit comments

Comments
 (0)