function MigrateVocabularyEntityDisplayTest::testVocabularyEntityDisplay
Same name in this branch
- 11.x core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\d6\MigrateVocabularyEntityDisplayTest::testVocabularyEntityDisplay()
Same name in other branches
- 9 core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\d6\MigrateVocabularyEntityDisplayTest::testVocabularyEntityDisplay()
- 8.9.x core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\d6\MigrateVocabularyEntityDisplayTest::testVocabularyEntityDisplay()
- 10 core/modules/forum/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php \Drupal\Tests\forum\Kernel\Migrate\d6\MigrateVocabularyEntityDisplayTest::testVocabularyEntityDisplay()
- 10 core/modules/taxonomy/tests/src/Kernel/Migrate/d6/MigrateVocabularyEntityDisplayTest.php \Drupal\Tests\taxonomy\Kernel\Migrate\d6\MigrateVocabularyEntityDisplayTest::testVocabularyEntityDisplay()
Tests the Drupal 6 vocabulary-node type association to Drupal 8 migration.
File
-
core/
modules/ forum/ tests/ src/ Kernel/ Migrate/ d6/ MigrateVocabularyEntityDisplayTest.php, line 55
Class
- MigrateVocabularyEntityDisplayTest
- Vocabulary entity display migration.
Namespace
Drupal\Tests\forum\Kernel\Migrate\d6Code
public function testVocabularyEntityDisplay() {
$this->assertEntity('node.forum.default');
$this->assertComponent('node.forum.default', 'taxonomy_forums', 'entity_reference_label', 'hidden', 20);
$this->assertComponent('node.forum.default', 'field_trees', 'entity_reference_label', 'hidden', 20);
$this->assertComponent('node.forum.default', 'field_freetags', 'entity_reference_label', 'hidden', 20);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.