_common

indentation = ‘ ’ fallback_template = ‘empty’

features

indentation = ‘ ’ node_name = folders template_dirs = gherkin, common named_filename = ‘%s.feature’ filename_convention = ‘underscore’ renderer_addons = ‘GherkinAddon’

step_definitions

node_name = actionwords template_dirs = behat, php, common filename = ‘FeatureContext.php’ naming_convention = ‘camelize’ call_prefix = ‘self.actionwords’ renderer_addons = ‘GherkinAddon’

actionwords

template_dirs = behat/actionwords, php, common filename = ‘Actionwords.php’ naming_convention = ‘camel_case’ call_prefix = ‘$this’

step_definitions_library

node_name = libraries call_prefix = ‘actionwords’ template_dirs = behat, php, common named_filename = ‘%sFeatureContext.php’ renderer_addons = ‘GherkinAddon’ filename_convention = ‘camelize’

library

template_dirs = php, common filename = ‘ActionwordLibrary.php’

libraries

template_dirs = php, common named_filename = ‘%sLibrary.php’ filename_convention = ‘camelize’