protected function ContentTranslationWorkflowsTest::assertNoSharedElements in Drupal 10
Same name and namespace in other branches
- 8 core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationWorkflowsTest::assertNoSharedElements()
- 9 core/modules/content_translation/tests/src/Functional/ContentTranslationWorkflowsTest.php \Drupal\Tests\content_translation\Functional\ContentTranslationWorkflowsTest::assertNoSharedElements()
Assert that the current page does not contain shared form elements.
@internal
File
- core/
modules/ content_translation/ tests/ src/ Functional/ ContentTranslationWorkflowsTest.php, line 420
Class
- ContentTranslationWorkflowsTest
- Tests the content translation workflows for the test entity.
Namespace
Drupal\Tests\content_translation\FunctionalCode
protected function assertNoSharedElements() : void {
$language_none = LanguageInterface::LANGCODE_NOT_SPECIFIED;
$this
->assertSession()
->fieldNotExists("field_test_text[{$language_none}][0][value]");
}