You are here

protected property VocabularyTest::$migrationConfiguration in Zircon Profile 8

Same name in this branch
  1. 8 core/modules/taxonomy/tests/src/Unit/Migrate/d6/VocabularyTest.php \Drupal\Tests\taxonomy\Unit\Migrate\d6\VocabularyTest::migrationConfiguration
  2. 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
  1. 8.0 core/modules/taxonomy/tests/src/Unit/Migrate/d6/VocabularyTest.php \Drupal\Tests\taxonomy\Unit\Migrate\d6\VocabularyTest::migrationConfiguration

Overrides MigrateTestCase::$migrationConfiguration

File

core/modules/taxonomy/tests/src/Unit/Migrate/d6/VocabularyTest.php, line 21
Contains \Drupal\Tests\taxonomy\Unit\Migrate\d6\VocabularyTest.

Class

VocabularyTest
Tests D6 vocabulary source plugin.

Namespace

Drupal\Tests\taxonomy\Unit\Migrate\d6

Code

protected $migrationConfiguration = [
  'id' => 'test',
  'source' => [
    'plugin' => 'd6_vocabulary',
  ],
];