publicstring$invalidKeyMessage="'@key' is not a supported key.";
/**
* The error message if a key is unknown for the resolved type.
*
* @var string
*/
publicstring$dynamicInvalidKeyMessage="'@key' is an unknown key because @dynamic_type_property_path is @dynamic_type_property_value (see config schema type @resolved_dynamic_type).";
/**
* The error message if the array being validated is a list.
*
@@ -65,33 +72,28 @@ public function getRequiredOptions() {
@@ -303,10 +303,10 @@ public function testBlockMigration() {
$this->assertCount(6,$messages);
$this->assertSame($messages[0]->message,'Schema errors for block.block.block_1 with the following errors: 0 [dependencies.theme.0] Theme 'bluemarine' is not installed.');
$this->assertSame($messages[1]->message,"d6_block:visibility: The block with bid '13' from module 'block' will have no PHP or request_path visibility configuration.");
$this->assertSame($messages[2]->message,'Schema errors for block.block.aggregator with the following errors: block.block.aggregator:settings.block_count missing schema, block.block.aggregator:settings.feed missing schema, 0 [settings.block_count] 'block_count' is not a supported key., 1 [settings.feed] 'feed' is not a supported key.');
$this->assertSame($messages[2]->message,'Schema errors for block.block.aggregator with the following errors: block.block.aggregator:settings.block_count missing schema, block.block.aggregator:settings.feed missing schema, 0 [settings.feed] 'feed' is not a supported key., 1 [settings] 'block_count' is an unknown key because plugin is aggregator_feed_block (see config schema type block.settings.*).');
$this->assertSame($messages[3]->message,'Schema errors for block.block.book with the following errors: block.block.book:settings.block_mode missing schema, 0 [settings.block_mode] 'block_mode' is not a supported key.');
$this->assertSame('Schema errors for block.block.forum with the following errors: block.block.forum:settings.block_count missing schema, 0 [settings.block_count] 'block_count' is not a supported key.',$messages[4]->message);
$this->assertSame('Schema errors for block.block.forum_1 with the following errors: block.block.forum_1:settings.block_count missing schema, 0 [settings.block_count] 'block_count' is not a supported key.',$messages[5]->message);
$this->assertSame('Schema errors for block.block.forum with the following errors: block.block.forum:settings.block_count missing schema, 0 [settings] 'block_count' is an unknown key because plugin is forum_active_block (see config schema type block.settings.*).',$messages[4]->message);
$this->assertSame('Schema errors for block.block.forum_1 with the following errors: block.block.forum_1:settings.block_count missing schema, 0 [settings] 'block_count' is an unknown key because plugin is forum_new_block (see config schema type block.settings.*).',$messages[5]->message);