1 | <?php |
||
13 | final class ContentListContext extends AbstractContext implements Context |
||
14 | { |
||
15 | private $contentListFactory; |
||
16 | |||
17 | private $contentListRepository; |
||
18 | |||
19 | private $entityManager; |
||
20 | |||
21 | public function __construct(FactoryInterface $contentListFactory, ContentListRepositoryInterface $contentListRepository, EntityManagerInterface $entityManager) |
||
27 | |||
28 | /** |
||
29 | * @Given the following Content Lists: |
||
30 | */ |
||
31 | public function theFollowingContentLists(TableNode $table) |
||
41 | } |
||
42 |