You are here

protected property VariableTest::$migrationConfiguration in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php \Drupal\Tests\migrate_drupal\Unit\source\VariableTest::migrationConfiguration

Overrides MigrateTestCase::$migrationConfiguration

File

core/modules/migrate_drupal/tests/src/Unit/source/VariableTest.php, line 21
Contains \Drupal\Tests\migrate_drupal\Unit\source\VariableTest.

Class

VariableTest
Tests the variable source plugin.

Namespace

Drupal\Tests\migrate_drupal\Unit\source

Code

protected $migrationConfiguration = array(
  'id' => 'test',
  'highWaterProperty' => array(
    'field' => 'test',
  ),
  'source' => array(
    'plugin' => 'd6_variable',
    'variables' => array(
      'foo',
      'bar',
    ),
  ),
);