This commit is contained in:
Fabien Potencier 2014-01-26 22:32:47 +01:00
parent 545a21870e
commit 9b27d8a7a9

View File

@ -43,5 +43,4 @@ class TextareaFormFieldTest extends FormFieldTestCase
$this->assertEquals('foo bar <h1>Baz</h2>', $field->getValue(), '->initialize() sets the value of the field to the textarea node value');
}
}