Skip to content

Commit 7b645c7

Browse files
ENGCOM-4814: filter config values on testSuiteStart #22415
- Merge Pull Request #22415 from bcerban/magento2:issue-22370-2.2 - Merged commits: 1. 79e90ba
2 parents 5358ec9 + 79e90ba commit 7b645c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/framework/Magento/TestFramework/Isolation/DeploymentConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function startTestSuite()
5151
{
5252
if (null === $this->reader) {
5353
$this->reader = Bootstrap::getObjectManager()->get(\Magento\Framework\App\DeploymentConfig\Reader::class);
54-
$this->config = $this->reader->load();
54+
$this->config = $this->filterIgnoredConfigValues($this->reader->load());
5555
}
5656
}
5757

0 commit comments

Comments
 (0)