1 | <?php |
||
26 | class SymfonyRoutingBridgeBundleSpec extends ObjectBehavior |
||
27 | { |
||
28 | function it_is_initializable() |
||
32 | |||
33 | function it_extends_symfony_bundle() |
||
37 | |||
38 | function it_builds_without_dependent_bundles_enabled(ContainerBuilder $container) |
||
42 | |||
43 | function it_builds(ContainerBuilder $container) |
||
51 | } |
||
52 |