You are here

protected property TermNodeTest::$migrationConfiguration in Zircon Profile 8

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

Overrides MigrateTestCase::$migrationConfiguration

File

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

Class

TermNodeTest
Tests d6_term_node source plugin.

Namespace

Drupal\Tests\taxonomy\Unit\Migrate\d6

Code

protected $migrationConfiguration = array(
  'id' => 'test',
  'source' => array(
    'plugin' => 'd6_term_node',
    'vid' => 3,
  ),
);