| 1 | <?php |
||
| 7 | class ConfigurationFactorySpec extends ObjectBehavior |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @param Knp\RadBundle\AppBundle\ConfigurableBundleInterface $bundle |
||
| 11 | * @param Symfony\Component\DependencyInjection\ContainerBuilder $container |
||
| 12 | */ |
||
| 13 | function it_should_create_configuration($bundle, $container) |
||
| 19 | } |
||
| 20 |