function EditorValidationTest::testLabelValidation
Tests validation of config entity's label.
Overrides ConfigEntityValidationTestBase::testLabelValidation
File
-
core/
modules/ editor/ tests/ src/ Kernel/ EditorValidationTest.php, line 125
Class
- EditorValidationTest
- Tests validation of editor entities.
Namespace
Drupal\Tests\editor\KernelCode
public function testLabelValidation() : void {
// @todo Remove this override in https://www.drupal.org/i/3231354. The label of Editor entities is dynamically computed: it's retrieved from the associated FilterFormat entity. That issue will change this.
// @see \Drupal\editor\Entity\Editor::label()
$this->markTestSkipped();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.