You are here

17 calls to KernelTestBase::render() in Drupal 10

BooleanFormatterTest::renderEntityFields in core/modules/field/tests/src/Kernel/Boolean/BooleanFormatterTest.php
Renders fields of a given entity with a given display.
ClassyTest::testClassyTheme in core/modules/system/tests/src/Kernel/Render/ClassyTest.php
Tests the classy theme.
DatelistElementFormTest::testDatelistElement in core/tests/Drupal/KernelTests/Core/Datetime/DatelistElementFormTest.php
Tests that trusted callbacks are executed.
DatetimeElementFormTest::testDatetimeElement in core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php
Tests that default handlers are added even if custom are specified.
DatetimeElementFormTest::testDatetimeElementUntrustedCallbacks in core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php
Tests that deprecations are raised if untrusted callbacks are used.
DatetimeElementFormTest::testTimezoneHandling in core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php
Tests proper timezone handling of the Datetime element.
ElementsFieldsetTest::testFieldsetDescriptions in core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php
Tests different display options for fieldset element descriptions.
EntityReferenceFormatterTest::testEntityReferenceRecursiveProtectionWithManyRenderedEntities in core/modules/field/tests/src/Kernel/EntityReference/EntityReferenceFormatterTest.php
Renders the same entity referenced from different places.
FormElementLabelTest::testAttributes in core/modules/system/tests/src/Kernel/Form/FormElementLabelTest.php
Ensures that attributes can be placed for form element label.
FormElementMaxlengthTest::testAttributes in core/modules/system/tests/src/Kernel/Form/FormElementMaxlengthTest.php
Ensures maxlength attribute can be used in compatible elements.
FormElementsRenderTest::assertRenderedElement in core/modules/system/tests/src/Kernel/Common/FormElementsRenderTest.php
Tests that elements are rendered properly.
RawStringFormatterTest::renderEntityFields in core/modules/field/tests/src/Kernel/String/RawStringFormatterTest.php
Renders fields of a given entity with a given display.
RenderTest::testRenderChildren in core/tests/Drupal/KernelTests/Core/Render/RenderTest.php
Ensures that render array children are processed correctly.
StringFormatterTest::renderEntityFields in core/modules/field/tests/src/Kernel/String/StringFormatterTest.php
Renders fields of a given entity with a given display.
TimestampFormatterTest::renderEntityFields in core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
Renders fields of a given entity with a given display.
UserNameFormatterTest::renderEntityFields in core/modules/user/tests/src/Kernel/Field/UserNameFormatterTest.php
Renders fields of a given entity with a given display.
UuidFormatterTest::testUuidStringFormatter in core/modules/field/tests/src/Kernel/String/UuidFormatterTest.php
Tests string formatter output.