Behat


Behat\Behat\DependencyInjection\Configuration\Configuration
Behat/Behat/DependencyInjection/Configuration/Configuration.php at line 28

Class Configuration

Configuration

public class Configuration

This class contains the configuration information for the Behat

This information is solely responsible for how the different configuration sections are normalized, and merged.

Author:
Konstantin Kudryashov

Method Summary
NodeInterface

getConfigTree(ExtensionManager extensionManager)

Generates the configuration tree.

protected ArrayNodeDefinition

appendConfigChildrens(TreeBuilder tree)

Appends config childrens to configuration tree.

Method Detail

Behat/Behat/DependencyInjection/Configuration/Configuration.php at line 37

getConfigTree

public NodeInterface getConfigTree(ExtensionManager extensionManager)

Generates the configuration tree.


Behat/Behat/DependencyInjection/Configuration/Configuration.php at line 58

appendConfigChildrens

protected ArrayNodeDefinition appendConfigChildrens(TreeBuilder tree)

Appends config childrens to configuration tree.

Parameters:
tree - tree builder

Behat