mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Text scaffolds to a TextareaField, not a TextField
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64952 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
672ca89c0b
commit
185f81492e
@ -76,7 +76,7 @@ class SearchContextTest extends SapphireTest {
|
||||
$fields = $context->getFields();
|
||||
$this->assertEquals(
|
||||
new FieldSet(
|
||||
new TextField("Name", 'Name'),
|
||||
new TextareaField("Name", 'Name'),
|
||||
new TextareaField("Industry", 'Industry'),
|
||||
new NumericField("AnnualProfit", 'The Almighty Annual Profit')
|
||||
),
|
||||
@ -245,4 +245,4 @@ class SearchContextTest_AllFilterTypes extends DataObject implements TestOnly {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user