Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Code Lines | 2 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
25 | public function testNameSetter(): void |
||
26 | { |
||
27 | // test body |
||
28 | $field = new \Mezon\Gui\Field(json_decode(file_get_contents(__DIR__ . '/conf/name-setter.json'), true), ''); |
||
29 | |||
30 | // assertions |
||
31 | $this->assertStringContainsString('prefixfield-name000', $field->html(), 'Invalid field "name" value'); |
||
32 | } |
||
70 |