Skip to content
Snippets Groups Projects
Commit 78e2e8ea authored by Angie Byron's avatar Angie Byron
Browse files

Issue #2548841 by phenaproxima: Remove entity:file destination schema from Migrate Drupal

parent 887850ec
No related branches found
No related tags found
No related merge requests found
......@@ -16,11 +16,3 @@ migrate.destination.config:
config_name:
type: string
label: 'Configuration name'
migrate.destination.entity:file:
type: migrate_destination
label: 'Picture'
mapping:
source_path_property:
type: string
label: 'Source path'
......@@ -23,7 +23,7 @@ abstract class MigrateDrupalTestBase extends MigrateTestBase {
*
* @var array
*/
public static $modules = array('system', 'user', 'field', 'migrate_drupal', 'options');
public static $modules = array('system', 'user', 'field', 'migrate_drupal', 'options', 'file');
/**
* {@inheritdoc}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment