BlockRebuildTest::$configSchemaCheckerExclusions
Same name and namespace in other branches
- 11.x core/modules/block/tests/src/Kernel/BlockRebuildTest.php \Drupal\Tests\block\Kernel\BlockRebuildTest::configSchemaCheckerExclusions
Type: configSchemaCheckerExclusions
File
-
core/
modules/ block/ tests/ src/ Kernel/ BlockRebuildTest.php, line 32
Class
- BlockRebuildTest
- Tests block_rebuild().
Namespace
Drupal\Tests\block\KernelCode
protected static $configSchemaCheckerExclusions = [
// These blocks are intentionally put into invalid regions, so they will
// violate config schema.
// @see ::testRebuildInvalidBlocks()
'block.block.invalid_block1',
'block.block.invalid_block2',
];
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.