1 | <?php |
||
3 | class TextareaFieldTest extends SapphireTest { |
||
4 | |||
5 | /** |
||
6 | * Quick smoke test to ensure that text with unicodes is being displayed properly in readonly fields. |
||
7 | */ |
||
8 | public function testReadonlyDisplayUnicodes() { |
||
15 | |||
16 | /** |
||
17 | * Quick smoke test to ensure that text with special html chars is being displayed properly in readonly fields. |
||
18 | */ |
||
19 | public function testReadonlyDisplaySepcialHTML() { |
||
27 | |||
28 | } |
||
29 |