function MigrateNodeSettingStatusTest::testMigration

Tests migration of the publishing status checkbox's settings.

File

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

Class

MigrateNodeSettingStatusTest
@group migrate_drupal_6

Namespace

Drupal\Tests\node\Kernel\Migrate\d6

Code

public function testMigration() {
  $this->assertSame('Publishing status', BaseFieldOverride::load('node.article.status')->label());
}

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