/**
  * Passes the Moodle config to the main Moodle context
  * @see Behat\Behat\Context\Initializer.InitializerInterface::initialize()
  * @param ContextInterface $context
  */
 public function initialize(ContextInterface $context)
 {
     $context->setMoodleConfig($this->parameters);
 }