protected property ProfileFieldValuesTest::$migrationConfiguration in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\d6Code
protected $migrationConfiguration = array(
'id' => 'test',
'source' => array(
'plugin' => 'd6_profile_field_values',
),
);