Skip to content

Commit f8b102f

Browse files
author
Egor Shitikov
committed
MAGETWO-34014: Create fixture or script for changing Magento FPC ttl
1 parent 52bd743 commit f8b102f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dev/tools/performance-toolkit/fixtures/configs_apply.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ public function execute()
2121
{
2222
$configs = \Magento\ToolkitFramework\Config::getInstance()->getValue('configs', array());
2323
$this->application->resetObjectManager();
24-
/**
25-
* @var \Magento\Framework\App\Config\Value $configData
26-
*/
24+
2725
foreach ($configs['config'] as $config) {
26+
/**
27+
* @var \Magento\Framework\App\Config\Value $configData
28+
*/
2829
$configData = $this->application->getObjectManager()->create('Magento\Framework\App\Config\Value');
2930
$configData->setPath($config['path'])
3031
->setScope($config['scope'])

0 commit comments

Comments
 (0)