From ed0884af5b24d9ea58c67bed3cff9d416889c3fe Mon Sep 17 00:00:00 2001
From: Alan Vosper <avosper@magento.com>
Date: Mon, 10 Oct 2016 08:25:41 -0700
Subject: [PATCH] MAGETWO-59405: Improve Semantic of performance-toolkit
 Configuration

- CR changes.
---
 setup/src/Magento/Setup/Fixtures/FixtureModel.php | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/setup/src/Magento/Setup/Fixtures/FixtureModel.php b/setup/src/Magento/Setup/Fixtures/FixtureModel.php
index d8e23253e8d..997244f5508 100644
--- a/setup/src/Magento/Setup/Fixtures/FixtureModel.php
+++ b/setup/src/Magento/Setup/Fixtures/FixtureModel.php
@@ -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;
-- 
GitLab