1 | <?php |
||
9 | class ProductDocDataExtensionTest extends SapphireTest |
||
10 | { |
||
11 | /** |
||
12 | * @var string |
||
13 | */ |
||
14 | protected static $fixture_file = 'product-catalog/tests/fixtures.yml'; |
||
15 | |||
16 | /** |
||
17 | * |
||
18 | */ |
||
19 | public function testGetProductsCt() |
||
24 | |||
25 | /** |
||
26 | * |
||
27 | */ |
||
28 | public function testGetProductsList() |
||
33 | |||
34 | /** |
||
35 | * |
||
36 | */ |
||
37 | public function testGetCMSFields() |
||
43 | |||
44 | /** |
||
45 | * |
||
46 | */ |
||
47 | public function testLink() |
||
52 | |||
53 | /** |
||
54 | * |
||
55 | */ |
||
56 | public function testGetIsProductDoc() |
||
61 | } |
||
62 |