function MigrateNodeSettingStickyTest::testMigration

Tests migration of the sticky checkbox's settings.

File

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

Class

MigrateNodeSettingStickyTest
@group migrate_drupal_6

Namespace

Drupal\Tests\node\Kernel\Migrate\d6

Code

public function testMigration() {
  $this->assertSame('Sticky at the top of lists', BaseFieldOverride::load('node.article.sticky')->label());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.