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) |
||
20 | |||
21 | public static function assertFieldNames($context, $expected, $fields) |
||
29 | } |
||
30 |