diff --git a/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php b/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php index 7698e9d..bc59f71 100644 --- a/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php +++ b/core/modules/block/tests/src/Kernel/Migrate/d6/MigrateBlockTest.php @@ -125,7 +125,7 @@ public function testBlockMigration() { $visibility['request_path']['negate'] = TRUE; $visibility['request_path']['pages'] = '/node/1'; // @todo https://www.drupal.org/node/2753939 This block is the footer region - // but Bartik in D8 does not have this region. + // but Bartik in D8 does not have this region. $this->assertEntity('system', $visibility, 'header', 'bartik', -5, '', '0', FALSE); // Check menu blocks @@ -142,7 +142,7 @@ public function testBlockMigration() { $visibility['request_path']['negate'] = FALSE; $visibility['request_path']['pages'] = '/node'; // @todo https://www.drupal.org/node/2753939 The bluemarine theme does not - // exist. + // exist. $this->assertEntity('block_1', $visibility, '', 'bluemarine', -4, 'Another Static Block', 'visible', FALSE); $visibility = []; diff --git a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php b/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php index 5d3db08..49be0ee 100644 --- a/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php +++ b/core/modules/block/tests/src/Kernel/Migrate/d7/MigrateBlockTest.php @@ -111,7 +111,7 @@ public function testBlockMigration() { $this->assertEntity('bartik_search_form', 'search_form_block', [], '', 'sidebar_first', 'bartik', -1, '', '0'); $this->assertEntity('bartik_user_login', 'user_login_block', [], '', 'sidebar_first', 'bartik', 0, '', '0'); // @todo https://www.drupal.org/node/2753939 This block is the footer region - // but Bartik in D8 does not have this region. + // but Bartik in D8 does not have this region. $this->assertEntity('bartik_system_powered_by', 'system_powered_by_block', [], '', 'header', 'bartik', 10, '', '0', FALSE); $this->assertEntity('seven_system_main', 'system_main_block', [], '', 'content', 'seven', 0, '', '0'); $this->assertEntity('seven_user_login', 'user_login_block', [], '', 'content', 'seven', 10, '', '0');