function MigrateNodeDeriverTest::testNoTranslations

Tests node translation migrations with translation disabled.

File

core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeDeriverTest.php, line 33

Class

MigrateNodeDeriverTest
Test D6NodeDeriver.

Namespace

Drupal\Tests\node\Kernel\Migrate\d6

Code

public function testNoTranslations() : void {
  // Without content_translation, there should be no translation migrations.
  $migrations = $this->pluginManager
    ->createInstances('d6_node_translation');
  $this->assertSame([], $migrations, "No node translation migrations without content_translation");
}

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