You are here

protected property TermTestBase::$migrationConfiguration in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/taxonomy/tests/src/Unit/Migrate/TermTestBase.php \Drupal\Tests\taxonomy\Unit\Migrate\TermTestBase::migrationConfiguration

Overrides MigrateTestCase::$migrationConfiguration

File

core/modules/taxonomy/tests/src/Unit/Migrate/TermTestBase.php, line 19
Contains \Drupal\Tests\taxonomy\Unit\Migrate\TermTestBase.

Class

TermTestBase
Base class for taxonomy term source unit tests.

Namespace

Drupal\Tests\taxonomy\Unit\Migrate

Code

protected $migrationConfiguration = array(
  'id' => 'test',
  'highWaterProperty' => array(
    'field' => 'test',
  ),
  'source' => array(
    'plugin' => 'd6_taxonomy_term',
  ),
);