1 | <?php |
||
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 | } |