BlockRebuildTest::$configSchemaCheckerExclusions

Type: configSchemaCheckerExclusions

Overrides KernelTestBase::$configSchemaCheckerExclusions

File

core/modules/block/tests/src/Kernel/BlockRebuildTest.php, line 29

Class

BlockRebuildTest
Tests block_rebuild().

Namespace

Drupal\Tests\block\Kernel

Code

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.