Issue #1895702 by alexpott: Fixed Random failures in Drupal\system\Tests\Entity\EntityTranslationTest
parent
56e1628ebe
commit
3b43ec4755
|
@ -245,7 +245,7 @@ class EntityTranslationTest extends WebTestBase {
|
|||
if ($langcode != $default_langcode) {
|
||||
$properties[$langcode] = array(
|
||||
'name' => array(0 => $this->randomName()),
|
||||
'user_id' => array(0 => mt_rand(0, 127)),
|
||||
'user_id' => array(0 => mt_rand(128, 256)),
|
||||
);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue