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