You are here

protected property VariableMultiRowTestBase::$migrationConfiguration in Zircon Profile 8

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

Overrides MigrateTestCase::$migrationConfiguration

File

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

Class

VariableMultiRowTestBase
Base class for variable multirow source unit tests.

Namespace

Drupal\Tests\migrate_drupal\Unit\source

Code

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