You are here

public function MigrateNodeSettingPromoteTest::testMigration in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php \Drupal\Tests\node\Kernel\Migrate\d6\MigrateNodeSettingPromoteTest::testMigration()

Tests migration of the promote checkbox's settings.

File

core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeSettingPromoteTest.php, line 28

Class

MigrateNodeSettingPromoteTest
@group migrate_drupal_6

Namespace

Drupal\Tests\node\Kernel\Migrate\d6

Code

public function testMigration() {
  $this
    ->assertSame('Promoted to front page', BaseFieldOverride::load('node.article.promote')
    ->label());
}