8 calls to AssertContentTrait::assertFieldByXPath() in Drupal 8
- AssertContentTrait::assertField in core/
tests/ Drupal/ KernelTests/ AssertContentTrait.php - Asserts that a field exists with the given name or ID.
- AssertContentTrait::assertFieldById in core/
tests/ Drupal/ KernelTests/ AssertContentTrait.php - Asserts that a field exists with the given ID and value.
- AssertContentTrait::assertFieldByName in core/
tests/ Drupal/ KernelTests/ AssertContentTrait.php - Asserts that a field exists with the given name and value.
- ContentTranslationUITestBase::doTestBasicTranslation in core/
modules/ content_translation/ src/ Tests/ ContentTranslationUITestBase.php - Tests the basic translation workflow.
- ContentTranslationUITestBase::doTestOutdatedStatus in core/
modules/ content_translation/ src/ Tests/ ContentTranslationUITestBase.php - Tests up-to-date status tracking.
- ContentTranslationUITestBase::doTestPublishedStatus in core/
modules/ content_translation/ src/ Tests/ ContentTranslationUITestBase.php - Tests the translation publishing status.
- ExposedFormRenderTest::testExposedFormRender in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ ExposedFormRenderTest.php - Tests the exposed form markup.
- FormElementsRenderTest::assertRenderedElement in core/
modules/ system/ tests/ src/ Kernel/ Common/ FormElementsRenderTest.php - Tests that elements are rendered properly.