You are here

8 calls to EntityEmbedFilterTestBase::assertHasAttributes() in Entity Embed 8

EntityEmbedFilterLegacyTest::testEntityEmbedDisplayDefaultBackwardsCompatibility in tests/src/Kernel/EntityEmbedFilterLegacyTest.php
Tests BC for `data-entity-embed-display="default"`.
EntityEmbedFilterLegacyTest::testEntityIdBackwardsCompatibility in tests/src/Kernel/EntityEmbedFilterLegacyTest.php
Tests BC for `data-entity-uuid`'s predecessor, `data-entity-id`.
EntityEmbedFilterLegacyTest::testEntityIdIgnoredIfEntityUuidPresent in tests/src/Kernel/EntityEmbedFilterLegacyTest.php
Verifies `data-entity-id` is ignored when `data-entity-uuid` is present.
EntityEmbedFilterOverridesTest::testOverrideAltAndTitleForImage in tests/src/Kernel/EntityEmbedFilterOverridesTest.php
Tests overriding of `alt` and `title` for default image field formatter.
EntityEmbedFilterOverridesTest::testOverridesAltAndTitleForImageMedia in tests/src/Kernel/EntityEmbedFilterOverridesTest.php
Tests overriding of `alt` and `title` for image media items.
EntityEmbedFilterTest::testBasics in tests/src/Kernel/EntityEmbedFilterTest.php
Ensures entities are rendered with correct data attributes.
EntityEmbedFilterTest::testFilterIntegration in tests/src/Kernel/EntityEmbedFilterTest.php
@covers \Drupal\filter\Plugin\Filter\FilterAlign @covers \Drupal\filter\Plugin\Filter\FilterCaption @dataProvider providerFilterIntegration
EntityEmbedFilterTest::testMissingEntityIndicator in tests/src/Kernel/EntityEmbedFilterTest.php
Tests the indicator for missing entities.