From b55e5a930924e0a1fcc832b08e8b1b1c41aaf145 Mon Sep 17 00:00:00 2001 From: Dmytro Aponasenko Date: Fri, 12 Aug 2016 13:34:04 +0300 Subject: [PATCH] Hot fix for applying configurations --- Magento/Mtf/Fixture/InjectableFixture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magento/Mtf/Fixture/InjectableFixture.php b/Magento/Mtf/Fixture/InjectableFixture.php index 825a65e..f02946b 100644 --- a/Magento/Mtf/Fixture/InjectableFixture.php +++ b/Magento/Mtf/Fixture/InjectableFixture.php @@ -140,8 +140,8 @@ public function __construct( // todo This code should be removed together with removing uniqueness of ConfigData fixture. if (isset($this->section) && is_array(current($data))) { $this->data['section'] = $data; - $data = $this->data; $this->data = $this->replacer->apply($this->data); + $data = $this->data; } foreach ($data as $name => $value) {