You are here

protected property TermTranslationTest::$termTranslationMap in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php \Drupal\Tests\taxonomy\Functional\TermTranslationTest::termTranslationMap

Term to translated term mapping.

Type: array

File

core/modules/taxonomy/tests/src/Functional/TermTranslationTest.php, line 23

Class

TermTranslationTest
Tests for proper breadcrumb translation.

Namespace

Drupal\Tests\taxonomy\Functional

Code

protected $termTranslationMap = [
  'one' => 'translatedOne',
  'two' => 'translatedTwo',
  'three' => 'translatedThree',
];