mirror of
https://github.com/silverstripe/silverstripe-frameworktest
synced 2024-10-22 11:06:02 +02:00
Present HTML formatted text in HTMLEditorField test
This commit is contained in:
parent
4d2eef608b
commit
c86232f198
@ -106,7 +106,7 @@ class BasicFieldsTestPage extends TestPage
|
||||
'Validated' => '1',
|
||||
'Text' => 'My value (ä!)',
|
||||
'Textarea' => 'My value (ä!)',
|
||||
'HTMLField' => 'My value (ä!)',
|
||||
'HTMLField' => 'My <strong>value</strong> (ä!)',
|
||||
'Email' => 'test@test.com',
|
||||
'Password' => 'My value (ä!)',
|
||||
'Number' => 99,
|
||||
|
Loading…
Reference in New Issue
Block a user