protected property ShortcutSetUsersTest::$migrationConfiguration in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/shortcut/tests/src/Unit/Plugin/migrate/source/d7/ShortcutSetUsersTest.php \Drupal\Tests\shortcut\Unit\Plugin\migrate\source\d7\ShortcutSetUsersTest::migrationConfiguration
Overrides MigrateTestCase::$migrationConfiguration
File
- core/
modules/ shortcut/ tests/ src/ Unit/ Plugin/ migrate/ source/ d7/ ShortcutSetUsersTest.php, line 21 - Contains \Drupal\Tests\shortcut\Unit\Plugin\migrate\source\d7\ShortcutSetUsersTest.
Class
- ShortcutSetUsersTest
- Tests D7 ShortcutSetUsers source plugin.
Namespace
Drupal\Tests\shortcut\Unit\Plugin\migrate\source\d7Code
protected $migrationConfiguration = [
'id' => 'test',
'source' => [
'plugin' => 'd7_shortcut_set_users',
],
];