| 1 | <?php  | 
            ||
| 3 | namespace Dynamic\ProductCatalog\Test;  | 
            ||
| 4 | |||
| 5 | use Dynamic\ProductCatalog\Docs\CareCleaningDoc;  | 
            ||
| 6 | use SilverStripe\Dev\SapphireTest;  | 
            ||
| 7 | use SilverStripe\Forms\FieldList;  | 
            ||
| 8 | |||
| 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()  | 
            ||
| 62 |