BlockInvalidRegionTest::$configSchemaCheckerExclusions

Same name and namespace in other branches
  1. 11.x core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php \Drupal\Tests\block\Functional\BlockInvalidRegionTest::configSchemaCheckerExclusions

Type: configSchemaCheckerExclusions

Overrides TestSetupTrait::$configSchemaCheckerExclusions

File

core/modules/block/tests/src/Functional/BlockInvalidRegionTest.php, line 27

Class

BlockInvalidRegionTest
Tests that blocks assigned to invalid regions are disabled with a warning.

Namespace

Drupal\Tests\block\Functional

Code

protected static $configSchemaCheckerExclusions = [
  // This block is intentionally put in an invalid region, so it will violate
  // config schema.
  // @see ::testBlockInvalidRegion()
'block.block.invalid_region',
];

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