Issue #3126133 by Taran2L: NumberFieldTestCase uses non-existent formatter number_float
parent
78234c808f
commit
9c181e3915
|
@ -174,7 +174,7 @@ class NumberFieldTestCase extends DrupalWebTestCase {
|
|||
),
|
||||
'display' => array(
|
||||
'default' => array(
|
||||
'type' => 'number_float',
|
||||
'type' => 'number_decimal',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue