Merge pull request #57 from open-sausages/pulls/extra-class

Test addExtraClass()
This commit is contained in:
Guy Marriott 2018-12-12 23:34:57 +13:00 committed by GitHub
commit dd06638b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -303,8 +303,8 @@ class BasicFieldsTestPage extends TestPage
foreach ($tabObj->FieldList() as $field) {
$field
->setDescription($description)
->setRightTitle($rightTitle);
// ->addExtraClass('cms-description-tooltip');
->setRightTitle($rightTitle)
->addExtraClass('my-extra-class');
if (in_array($field->getName(), $blacklist)) {
continue;