Skip to content
Snippets Groups Projects
Commit 9586b37b authored by catch's avatar catch
Browse files

Revert "Issue #2891911 by vaplas: Random fail in...

Revert "Issue #2891911 by vaplas: Random fail in Drupal\Tests\locale\Functional\LocaleTranslationUiTest::testStringTranslation"

This reverts commit e242bbde.
parent b3aa5534
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ public function testStringTranslation() {
// Code for the language.
$langcode = 'xx';
// The English name for the language. This will be translated.
$name = 'name';
$name = $this->randomMachineName(16);
// This will be the translation of $name.
$translation = $this->randomMachineName(16);
$translation_to_en = $this->randomMachineName(16);
......
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