1 | <?php |
||
10 | class ProductDocCollectionDataExtensionTest extends SapphireTest |
||
11 | { |
||
12 | /** |
||
13 | * @var string |
||
14 | */ |
||
15 | protected static $fixture_file = 'product-catalog/tests/fixtures.yml'; |
||
16 | |||
17 | /** |
||
18 | * |
||
19 | */ |
||
20 | public function testUpdateCollectionObject() |
||
26 | |||
27 | /** |
||
28 | * |
||
29 | */ |
||
30 | public function testUpdateCollectionForm() |
||
38 | |||
39 | /** |
||
40 | * |
||
41 | */ |
||
42 | public function testUpdateCollectionItems() |
||
48 | } |