You are here

protected property ProfileFieldValuesTest::$migrationConfiguration in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/user/tests/src/Unit/Migrate/d6/ProfileFieldValuesTest.php \Drupal\Tests\user\Unit\Migrate\d6\ProfileFieldValuesTest::migrationConfiguration

Overrides MigrateTestCase::$migrationConfiguration

File

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

Class

ProfileFieldValuesTest
Tests the d6_profile_field_values source plugin.

Namespace

Drupal\Tests\user\Unit\Migrate\d6

Code

protected $migrationConfiguration = array(
  'id' => 'test',
  'source' => array(
    'plugin' => 'd6_profile_field_values',
  ),
);