In order to make Behat running in my environment, I have to set the behat_profiles in my config.php. However, every time I re-install an MDK instance, I loose that setting and have to add it back to the new config.php. To avoid that, I would like to add the behat_profiles (and also behat_parallel_run which I also often define) into the forceCfg. However, at the moment, only strings and integer values are supported there.
This pull request adds support for non-scalar values - dictionaries (associative arrays) and lists (non-associative arrays) - in the forceCfg.
In order to make Behat running in my environment, I have to set the
behat_profiles
in my config.php. However, every time I re-install an MDK instance, I loose that setting and have to add it back to the new config.php. To avoid that, I would like to add thebehat_profiles
(and alsobehat_parallel_run
which I also often define) into theforceCfg
. However, at the moment, only strings and integer values are supported there.This pull request adds support for non-scalar values - dictionaries (associative arrays) and lists (non-associative arrays) - in the
forceCfg
.