| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | public function testRequiredSetter() |
||
| 32 | { |
||
| 33 | // test body |
||
| 34 | $field = new \Mezon\Gui\Field(json_decode(file_get_contents(__DIR__ . '/conf/required-setter.json'), true), ''); |
||
| 35 | |||
| 36 | // assertions |
||
| 37 | $this->assertStringContainsString('prefixfield-name1111select2', $field->html(), 'Invalid field "name" value'); |
||
| 38 | } |
||
| 64 |