1 | <?php |
||
14 | class ContextManagerSpec extends ObjectBehavior |
||
15 | { |
||
16 | /** |
||
17 | * @param \FSi\Bundle\AdminBundle\Admin\Context\ContextInterface $context |
||
18 | */ |
||
19 | function let($context) |
||
23 | |||
24 | /** |
||
25 | * @param \FSi\Bundle\AdminBundle\Admin\Element $element |
||
26 | * @param \FSi\Bundle\AdminBundle\Admin\Context\ContextInterface $context |
||
27 | */ |
||
28 | function it_build_context_for_element($element, $context) |
||
35 | |||
36 | /** |
||
37 | * @param \FSi\Bundle\AdminBundle\Admin\Element $element |
||
38 | * @param \FSi\Bundle\AdminBundle\Admin\Context\ContextInterface $context |
||
39 | */ |
||
40 | function it_return_null_when_context_builders_do_not_support_element($element, $context) |
||
47 | } |
||
48 |