function ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable
Same name in other branches
- 9 core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable()
- 8.9.x core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable()
- 11.x core/modules/content_translation/tests/src/Functional/ContentTranslationStandardFieldsTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationStandardFieldsTest::testRevisionLogNotTranslatable()
Tests that revision_log is not translatable.
File
-
core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationStandardFieldsTest.php, line 168
Class
- ContentTranslationStandardFieldsTest
- Tests the Content translation settings.
Namespace
Drupal\Tests\content_translation\FunctionalCode
public function testRevisionLogNotTranslatable() : void {
$path = 'admin/config/regional/content-language';
$this->drupalGet($path);
$this->assertSession()
->fieldNotExists('edit-settings-node-article-fields-revision-log');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.