New configuration blocks are added to unique files, and added to the imports. Existing configuration strings re-use the same file if applicable.
Наследование: implements Behat\Behat\Context\Context
 /**
  * @Given /^the following user registration templates configuration:$/
  */
 public function addRegistrationTemplatesConfiguration(PyStringNode $string)
 {
     $this->yamlConfigurationContext->addConfiguration(Yaml::parse($string));
 }