diff --git a/core/modules/migrate_drupal/tests/fixtures/drupal7.php b/core/modules/migrate_drupal/tests/fixtures/drupal7.php index af1e80c..81ee7d9 100644 --- a/core/modules/migrate_drupal/tests/fixtures/drupal7.php +++ b/core/modules/migrate_drupal/tests/fixtures/drupal7.php @@ -8847,24 +8847,6 @@ 'mysql_character_set' => 'utf8', )); -$connection->insert('history') -->fields(array( - 'uid', - 'nid', - 'timestamp', -)) -->values(array( - 'uid' => '1', - 'nid' => '4', - 'timestamp' => '1478755275', -)) -->values(array( - 'uid' => '1', - 'nid' => '5', - 'timestamp' => '1478755314', -)) -->execute(); - $connection->schema()->createTable('image_effects', array( 'fields' => array( 'ieid' => array( @@ -9556,22 +9538,6 @@ 'context' => '', 'version' => 'none', )) -->values(array( - 'lid' => '49', - 'location' => 'misc/ajax.js', - 'textgroup' => 'default', - 'source' => 'The response failed verification so will not be processed.', - 'context' => '', - 'version' => 'none', -)) -->values(array( - 'lid' => '50', - 'location' => 'misc/ajax.js', - 'textgroup' => 'default', - 'source' => 'The callback URL is not local and not trusted: !url', - 'context' => '', - 'version' => 'none', -)) ->execute(); $connection->schema()->createTable('locales_target', array(