Skip to content
Snippets Groups Projects
Commit ed0884af authored by Alan Vosper's avatar Alan Vosper
Browse files

MAGETWO-59405: Improve Semantic of performance-toolkit Configuration

- CR changes.
parent c1d1fe22
Branches
No related merge requests found
......@@ -223,6 +223,8 @@ class FixtureModel
{
return isset($this->config['config']['profile'][$key]) ?
(
// Work around for how attributes are handled in the XML parser when injected via xinclude due to the
// files existing outside of the current working directory.
isset($this->config['config']['profile'][$key]['_value']) ?
$this->config['config']['profile'][$key]['_value'] : $this->config['config']['profile'][$key]
) : $default;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment