Skip to content
Snippets Groups Projects
Commit 0594b014 authored by catch's avatar catch
Browse files

Issue #1541792 by tim.plunkett, chx: follow-up to remove random test failures.

parent bc913ac7
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -145,7 +145,7 @@ class ListDynamicValuesTestCase extends FieldTestCase { ...@@ -145,7 +145,7 @@ class ListDynamicValuesTestCase extends FieldTestCase {
'id' => mt_rand(1, 10), 'id' => mt_rand(1, 10),
'vid' => mt_rand(1, 10), 'vid' => mt_rand(1, 10),
'bundle' => 'test_bundle', 'bundle' => 'test_bundle',
'label' => $this->randomString(), 'label' => $this->randomName(),
); );
$this->entity = call_user_func_array('field_test_create_stub_entity', $this->test); $this->entity = call_user_func_array('field_test_create_stub_entity', $this->test);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment