1 | <?php |
||
7 | class ConfigurationSpec extends ObjectBehavior |
||
8 | { |
||
9 | /** |
||
10 | * @param Knp\RadBundle\AppBundle\ConfigurableBundleInterface $bundle |
||
11 | * @param Knp\RadBundle\AppBundle\TreeBuilderFactory $treeBuilderFactory |
||
12 | */ |
||
13 | function let($bundle, $treeBuilderFactory) |
||
17 | |||
18 | function it_should_have_bundle_accessor($bundle) |
||
22 | |||
23 | /** |
||
24 | * @param Symfony\Component\DependencyInjection\Extension\ExtensionInterface $containerExtension |
||
25 | * @param Symfony\Component\Config\Definition\Builder\TreeBuilder $treeBuilder |
||
26 | * @param Symfony\Component\Config\Definition\Builder\NodeParentInterface $rootNode |
||
27 | */ |
||
28 | function its_getConfigTreeBuilder_should_use_bundle_to_build_tree($bundle, $containerExtension, $treeBuilderFactory, $treeBuilder, $rootNode) |
||
40 | } |
||
41 |