Total Complexity | 2 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class EditableCheckboxGroupFieldTest extends SapphireTest |
||
10 | { |
||
11 | protected static $fixture_file = '../EditableFormFieldTest.yml'; |
||
12 | |||
13 | /** |
||
14 | * Tests that this element is rendered with a custom template |
||
15 | */ |
||
16 | public function testRenderedWithCustomTemplate() |
||
20 | } |
||
21 | |||
22 | public function testAllowEmptyTitle() |
||
30 |