function ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingInsert
Same name in other branches
- 9 core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php \Drupal\Tests\content_translation\Kernel\ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingInsert()
- 10 core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php \Drupal\Tests\content_translation\Kernel\ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingInsert()
- 11.x core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php \Drupal\Tests\content_translation\Kernel\ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingInsert()
Tests that bundle translation settings are propegated on creation.
Throws
\Drupal\Core\Entity\EntityStorageException
File
-
core/
modules/ content_translation/ tests/ src/ Kernel/ ContentTranslationEntityBundleInfoTest.php, line 105
Class
- ContentTranslationEntityBundleInfoTest
- Tests the Content Translation bundle info logic.
Namespace
Drupal\Tests\content_translation\KernelCode
public function testBundleClearOnLanguageContentSettingInsert() {
$node = $this->getBundledNode();
$this->assertFalse($node->isTranslatable());
$this->contentTranslationManager
->setEnabled('node', 'bundle_test', TRUE);
$this->assertTrue($node->isTranslatable(), "Bundle info was not cleared on language_content_settings creation.");
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.