| Total Complexity | 3 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 11 | class TextCheckboxGroupFieldTest extends SapphireTest |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var TextCheckboxGroupField |
||
| 15 | */ |
||
| 16 | protected $field; |
||
| 17 | |||
| 18 | protected function setUp() |
||
| 25 | ); |
||
| 26 | } |
||
| 27 | |||
| 28 | public function testFieldIsAssignedFirstFieldsTitleInConstructor() |
||
| 29 | { |
||
| 30 | $this->assertSame('Hello World', $this->field->Title()); |
||
| 31 | } |
||
| 32 | |||
| 33 | public function testFieldReturnsCompositeFieldTemplateOnReadonlyTransformation() |
||
| 47 | ); |
||
| 48 | } |
||
| 50 |