1 | <?php |
||
3 | namespace Dynamic\DynamicBlocks\Test; |
||
4 | |||
5 | use Dynamic\DynamicBlocks\Block\PromoBlock; |
||
6 | use SilverStripe\Dev\SapphireTest; |
||
7 | use SilverStripe\Forms\FieldList; |
||
8 | use SilverStripe\ORM\DataList; |
||
9 | |||
10 | class PromoBlockTest extends SapphireTest |
||
11 | { |
||
12 | /** |
||
13 | * @var string |
||
14 | */ |
||
15 | protected static $fixture_file = 'dynamic-blocks/tests/Fixtures.yml'; |
||
16 | |||
17 | /** |
||
18 | * |
||
19 | */ |
||
20 | public function testGetPluralName() |
||
25 | |||
26 | /** |
||
27 | * |
||
28 | */ |
||
29 | public function testGetCMSFields() |
||
41 | |||
42 | public function testGetPromoList() |
||
48 | } |