Skip to content

Commit

Permalink
filter config values on testSuiteStart
Browse files Browse the repository at this point in the history
  • Loading branch information
bcerban committed Apr 18, 2019
1 parent 77de966 commit 79e90ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function startTestSuite()
{
if (null === $this->reader) {
$this->reader = Bootstrap::getObjectManager()->get(\Magento\Framework\App\DeploymentConfig\Reader::class);
$this->config = $this->reader->load();
$this->config = $this->filterIgnoredConfigValues($this->reader->load());
}
}

Expand Down

0 comments on commit 79e90ba

Please sign in to comment.