Example #1
0
 /**
  * {@inheritdoc}
  */
 protected function appendConfigChildrens(TreeBuilder $tree)
 {
     return parent::appendConfigChildrens($tree)->fixXmlConfig('bundle')->children()->arrayNode('bundles')->prototype('scalar')->end()->end()->end()->fixXmlConfig('ignore-bundle')->children()->arrayNode('ignore_bundles')->defaultValue(array('BehatBundle'))->prototype('scalar')->end()->end()->end();
 }