@@ -310,8 +310,8 @@ public function testBlockMigration() {
$this->assertCount(4,$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' is not a supported key., 1 [settings] 'feed' is not a supported key.');
$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' 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.block_count] 'block_count' is not a supported key., 1 [settings.feed] 'feed' is not a supported key.');
$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->assertEquals("Schema errors for config_test.types with the following errors: config_test.types:array variable type is integer but applied schema class is Drupal\Core\Config\Schema\Sequence, config_test.types:foo missing schema, 0 [] 'foo' is not a supported key.",$e->getMessage());
$this->assertEquals("Schema errors for config_test.types with the following errors: config_test.types:array variable type is integer but applied schema class is Drupal\Core\Config\Schema\Sequence, config_test.types:foo missing schema, 0 [foo] 'foo' is not a supported key.",$e->getMessage());
}
// Test that the config event listener is working in the child site.