Issue #1895702 by alexpott: Fixed Random failures in Drupal\system\Tests\Entity\EntityTranslationTest

8.0.x
webchick 2013-01-22 13:58:21 -08:00
parent 56e1628ebe
commit 3b43ec4755
1 changed files with 1 additions and 1 deletions

View File

@ -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 {