BlockContentTypeValidationTest::$propertiesWithOptionalValues

Same name and namespace in other branches
  1. 10 core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php \Drupal\Tests\block_content\Kernel\BlockContentTypeValidationTest::propertiesWithOptionalValues

Type: propertiesWithOptionalValues

Overrides ConfigEntityValidationTestBase::$propertiesWithOptionalValues

File

core/modules/block_content/tests/src/Kernel/BlockContentTypeValidationTest.php, line 25

Class

BlockContentTypeValidationTest
Tests validation of block_content_type entities.

Namespace

Drupal\Tests\block_content\Kernel

Code

protected static array $propertiesWithOptionalValues = [
    'description',
];

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