function LayoutBuilderEntityViewDisplayValidationTest::testLabelValidation

Same name in other branches
  1. 10 core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php \Drupal\Tests\layout_builder\Kernel\LayoutBuilderEntityViewDisplayValidationTest::testLabelValidation()

Overrides ConfigEntityValidationTestBase::testLabelValidation

File

core/modules/layout_builder/tests/src/Kernel/LayoutBuilderEntityViewDisplayValidationTest.php, line 64

Class

LayoutBuilderEntityViewDisplayValidationTest
Tests validation of Layout Builder's entity_view_display entities.

Namespace

Drupal\Tests\layout_builder\Kernel

Code

public function testLabelValidation() : void {
    // @todo Remove this override in https://www.drupal.org/i/2939931. The label of Layout Builder's EntityViewDisplay override is computed dynamically, that issue will change this.
    // @see \Drupal\layout_builder\Entity\LayoutBuilderEntityViewDisplay::label()
    $this->markTestSkipped();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.