Security update for Core, with self-updated composer
[yaffs-website] / web / core / modules / block_content / tests / src / Kernel / Migrate / d6 / MigrateBlockContentTest.php
index bb5ba89eb96dd0bb74f245932ba20312c6fdff8f..87e6fac89346331075358b874ada38f7e04ecbc7 100644 (file)
@@ -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());