| 1 | <?php |
||
| 18 | final class ContainerBasedContainerAccessorSpec extends ObjectBehavior |
||
| 19 | { |
||
| 20 | function let(ContainerInterface $container) |
||
| 24 | |||
| 25 | function it_is_a_container_accessor() |
||
| 29 | |||
| 30 | function it_gets_a_service(ContainerInterface $container) |
||
| 38 | |||
| 39 | function it_gets_a_parameter(ContainerInterface $container) |
||
| 45 | } |
||
| 46 |