protected function ContentTranslationModuleInstallTest::setUp in Drupal 10
Same name and namespace in other branches
- 8 core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php \Drupal\Tests\content_translation\Kernel\ContentTranslationModuleInstallTest::setUp()
- 9 core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php \Drupal\Tests\content_translation\Kernel\ContentTranslationModuleInstallTest::setUp()
File
- core/
modules/ content_translation/ tests/ src/ Kernel/ ContentTranslationModuleInstallTest.php, line 51
Class
- ContentTranslationModuleInstallTest
- Tests content translation for modules that provide translatable bundles.
Namespace
Drupal\Tests\content_translation\KernelCode
protected function setUp() : void {
parent::setUp();
$this
->installEntitySchema('entity_test_with_bundle');
ConfigurableLanguage::createFromLangcode($this->translationLangcode)
->save();
$this->contentTranslationManager = $this->container
->get('content_translation.manager');
}