Issue #811542 follow-up by sun: LANGUAGE constant got renamed.
parent
8d1534410d
commit
6bab95b4b6
|
@ -1492,7 +1492,7 @@ class FieldFormTestCase extends FieldTestCase {
|
|||
$this->instance['field_name'] = $this->field_name;
|
||||
field_create_field($this->field);
|
||||
field_create_instance($this->instance);
|
||||
$langcode = LANGUAGE_NONE;
|
||||
$langcode = LANGUAGE_NOT_SPECIFIED;
|
||||
|
||||
// Add a required radio field.
|
||||
field_create_field(array(
|
||||
|
|
Loading…
Reference in New Issue