Loading core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ public function fieldUIAddNewField($bundle_path, $field_name, $label = NULL, $fi * ('Field settings' form). */ public function fieldUIAddExistingField($bundle_path, $existing_storage_name, $label = NULL, array $field_edit = []) { $label = $label ?: $this->randomString(); $label = $label ?: $this->randomMachineName(); $initial_edit = [ 'existing_storage_name' => $existing_storage_name, 'existing_storage_label' => $label, Loading Loading
core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ public function fieldUIAddNewField($bundle_path, $field_name, $label = NULL, $fi * ('Field settings' form). */ public function fieldUIAddExistingField($bundle_path, $existing_storage_name, $label = NULL, array $field_edit = []) { $label = $label ?: $this->randomString(); $label = $label ?: $this->randomMachineName(); $initial_edit = [ 'existing_storage_name' => $existing_storage_name, 'existing_storage_label' => $label, Loading