| Total Complexity | 3 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class CommentTestHelper implements TestOnly |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * This only works if the last section is not a field group, e.g. a Comments |
||
| 12 | * field group inside of a Root.Settings tab will not work |
||
| 13 | */ |
||
| 14 | public static function assertFieldsForTab($context, $tabName, $expected, $fields) |
||
| 19 | } |
||
| 20 | |||
| 21 | public static function assertFieldNames($context, $expected, $fields) |
||
| 30 |