X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fblock_content%2Ftests%2Fsrc%2FKernel%2FMigrate%2Fd6%2FMigrateBlockContentTest.php;fp=web%2Fcore%2Fmodules%2Fblock_content%2Ftests%2Fsrc%2FKernel%2FMigrate%2Fd6%2FMigrateBlockContentTest.php;h=87e6fac89346331075358b874ada38f7e04ecbc7;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hp=bb5ba89eb96dd0bb74f245932ba20312c6fdff8f;hpb=aea91e65e895364e460983b890e295aa5d5540a5;p=yaffs-website diff --git a/web/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php b/web/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php index bb5ba89eb..87e6fac89 100644 --- a/web/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php +++ b/web/core/modules/block_content/tests/src/Kernel/Migrate/d6/MigrateBlockContentTest.php @@ -37,7 +37,7 @@ class MigrateBlockContentTest extends MigrateDrupal6TestBase { * Tests the Drupal 6 custom block to Drupal 8 migration. */ public function testBlockMigration() { - /** @var BlockContent $block */ + /** @var \Drupal\block_content\Entity\BlockContent $block */ $block = BlockContent::load(1); $this->assertIdentical('My block 1', $block->label()); $this->assertTrue(REQUEST_TIME <= $block->getChangedTime() && $block->getChangedTime() <= time());