You are here

protected property ProfileFieldTest::$migrationConfiguration in Zircon Profile 8.0

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

Overrides MigrateTestCase::$migrationConfiguration

File

core/modules/user/tests/src/Unit/Migrate/ProfileFieldTest.php, line 21
Contains \Drupal\Tests\user\Unit\Migrate\ProfileFieldTest.

Class

ProfileFieldTest
Tests profile_field source plugin.

Namespace

Drupal\Tests\user\Unit\Migrate

Code

protected $migrationConfiguration = [
  'id' => 'test_profile_fields',
  'source' => [
    'plugin' => 'd6_profile_field',
  ],
];