function MigrateLanguageContentTaxonomyVocabularySettingsTest::testLanguageContentTaxonomy
Tests migration of 18ntaxonomy vocabulary settings.
Overrides MigrateLanguageContentTaxonomyVocabularySettingsTest::testLanguageContentTaxonomy
File
-
core/
modules/ forum/ tests/ src/ Kernel/ Migrate/ d7/ MigrateLanguageContentTaxonomyVocabularySettingsTest.php, line 28
Class
- MigrateLanguageContentTaxonomyVocabularySettingsTest
- Tests migration of i18ntaxonomy vocabulary settings.
Namespace
Drupal\Tests\forum\Kernel\Migrate\d7Code
public function testLanguageContentTaxonomy() : void {
$this->assertLanguageContentSettings('taxonomy_term', 'forums', LanguageInterface::LANGCODE_NOT_SPECIFIED, FALSE, [
'enabled' => FALSE,
]);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.