1 | <?php |
||
3 | namespace Dynamic\ProductCatalog\Test; |
||
4 | |||
5 | use Dynamic\ProductCatalog\Page\ProductDocCollectionController; |
||
6 | use Dynamic\ProductCatalog\Docs\SpecSheet; |
||
7 | use Dynamic\ProductCatalog\Page\ProductDocCollection; |
||
8 | use SilverStripe\Dev\SapphireTest; |
||
9 | |||
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 | } |