You are here

protected property ContentTranslationTestBase::$translator in Drupal 8

Same name in this branch
  1. 8 core/modules/content_translation/src/Tests/ContentTranslationTestBase.php \Drupal\content_translation\Tests\ContentTranslationTestBase::translator
  2. 8 core/modules/content_translation/tests/src/Functional/ContentTranslationTestBase.php \Drupal\Tests\content_translation\Functional\ContentTranslationTestBase::translator

The account to be used to test translation operations.

Type: \Drupal\user\UserInterface

File

core/modules/content_translation/src/Tests/ContentTranslationTestBase.php, line 56

Class

ContentTranslationTestBase
Base class for content translation tests.

Namespace

Drupal\content_translation\Tests

Code

protected $translator;