1 | <?php |
||
25 | class IndexPageSpec extends ObjectBehavior |
||
26 | { |
||
27 | function let(Session $session, RouterInterface $router, TableManipulatorInterface $tableManipulator) |
||
31 | |||
32 | function it_is_initializable() |
||
36 | |||
37 | function it_is_symfony_page() |
||
41 | |||
42 | function it_implements_product_index_page_interface() |
||
46 | } |
||
47 |