40 private $configFactory;
66 $this->response->terminateOnSend(
false);
67 $this->updateUserConfigData();
68 return $this->response;
76 private function updateUserConfigData()
78 foreach ($this->request as $key => $val) {
79 $configModel = $this->configFactory->create();
80 $configModel->setDataByPath($key, $val);
if(defined('TESTS_MAGENTO_INSTALLATION') &&TESTS_MAGENTO_INSTALLATION==='enabled') $bootstrap
__construct(Factory $configFactory, Response $response, array $request)
catchException(Bootstrap $bootstrap, \Exception $exception)