You are here

namespace Drupal\Tests\layout_builder\Kernel in Drupal 8

Same name in other branches
  1. 9 Drupal\Tests\layout_builder\Kernel
Classsort descending Location Description
DefaultsSectionStorageTest core/modules/layout_builder/tests/src/Kernel/DefaultsSectionStorageTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\DefaultsSectionStorage
FieldBlockTest core/modules/layout_builder/tests/src/Kernel/FieldBlockTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\Block\FieldBlock @group Field
LayoutBuilderCompatibilityTestBase core/modules/layout_builder/tests/src/Kernel/LayoutBuilderCompatibilityTestBase.php Tests Layout Builder's compatibility with existing systems.
LayoutBuilderEntityViewDisplayTest core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayTest.php @coversDefaultClass \Drupal\layout_builder\Entity\LayoutBuilderEntityViewDisplay
LayoutBuilderFieldLayoutCompatibilityTest core/modules/layout_builder/tests/src/Kernel/LayoutBuilderFieldLayoutCompatibilityTest.php Ensures that Layout Builder and Field Layout are compatible with each other.
LayoutBuilderInstallTest core/modules/layout_builder/tests/src/Kernel/LayoutBuilderInstallTest.php Ensures that Layout Builder and core EntityViewDisplays are compatible.
LayoutEntityHelperTraitTest core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php @coversDefaultClass \Drupal\layout_builder\LayoutEntityHelperTrait
LayoutSectionItemListTest core/modules/layout_builder/tests/src/Kernel/LayoutSectionItemListTest.php Tests the field type for Layout Sections.
OverridesSectionStorageTest core/modules/layout_builder/tests/src/Kernel/OverridesSectionStorageTest.php @coversDefaultClass \Drupal\layout_builder\Plugin\SectionStorage\OverridesSectionStorage
SectionListTraitTest core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php @coversDefaultClass \Drupal\layout_builder\SectionStorage\SectionStorageTrait
SectionStorageTestBase core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php Provides a base class for testing implementations of section storage.
SimpleConfigSectionStorageTest core/modules/layout_builder/tests/src/Kernel/SimpleConfigSectionStorageTest.php Tests the test implementation of section storage.
TestLayoutEntityHelperTrait core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Test class using the trait.
TestSectionList core/modules/layout_builder/tests/src/Kernel/SectionListTraitTest.php
TranslatableFieldTest core/modules/layout_builder/tests/src/Kernel/TranslatableFieldTest.php Tests Layout Builder with a translatable layout field.