| 1 | <?php |
||
| 16 | class ContextManagerSpec extends ObjectBehavior |
||
| 17 | { |
||
| 18 | function let(ContextInterface $context) |
||
| 22 | |||
| 23 | function it_builds_context_for_element(Element $element, ContextInterface $context) |
||
| 30 | |||
| 31 | function it_return_null_when_context_builders_do_not_support_element(Element $element, ContextInterface $context) |
||
| 38 | } |
||
| 39 |