protected property VocabularyTest::$migrationConfiguration in Zircon Profile 8
Same name in this branch
- 8 core/modules/taxonomy/tests/src/Unit/Migrate/d6/VocabularyTest.php \Drupal\Tests\taxonomy\Unit\Migrate\d6\VocabularyTest::migrationConfiguration
- 8 core/modules/taxonomy/tests/src/Unit/Migrate/d7/VocabularyTest.php \Drupal\Tests\taxonomy\Unit\Migrate\d7\VocabularyTest::migrationConfiguration
Same name and namespace in other branches
- 8.0 core/modules/taxonomy/tests/src/Unit/Migrate/d7/VocabularyTest.php \Drupal\Tests\taxonomy\Unit\Migrate\d7\VocabularyTest::migrationConfiguration
Overrides MigrateTestCase::$migrationConfiguration
File
- core/
modules/ taxonomy/ tests/ src/ Unit/ Migrate/ d7/ VocabularyTest.php, line 21 - Contains \Drupal\Tests\taxonomy\Unit\Migrate\d7\VocabularyTest.
Class
- VocabularyTest
- Tests D7 vocabulary source plugin.
Namespace
Drupal\Tests\taxonomy\Unit\Migrate\d7Code
protected $migrationConfiguration = [
'id' => 'test',
'source' => [
'plugin' => 'd7_vocabulary',
],
];