| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | function it_should_create_configuration($bundle, $container) |
||
|
|
|||
| 14 | { |
||
| 15 | $config = $this->createConfiguration($bundle, array('some', 'options'), $container); |
||
| 16 | $config->shouldBeAnInstanceOf('Knp\RadBundle\AppBundle\Configuration'); |
||
| 17 | $config->getBundle()->shouldReturn($bundle); |
||
| 18 | } |
||
| 19 | } |
||
| 20 |