function MigrateNodeDeriverTest::testNoTranslations
Tests node translation migrations with translation disabled.
File
- 
              core/
modules/ node/ tests/ src/ Kernel/ Migrate/ d7/ MigrateNodeDeriverTest.php, line 22  
Class
- MigrateNodeDeriverTest
 - Test D7NodeDeriver.
 
Namespace
Drupal\Tests\node\Kernel\Migrate\d7Code
public function testNoTranslations() {
  // Without content_translation, there should be no translation migrations.
  $migrations = $this->container
    ->get('plugin.manager.migration')
    ->createInstances('d7_node_translation');
  $this->assertEmpty($migrations);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.