View source
<?php
namespace Drupal\Tests\paragraphs\Functional\Migrate;
use Behat\Mink\Exception\ExpectationException;
use Drupal\Component\Plugin\Exception\PluginNotFoundException;
use Drupal\Core\Entity\EntityInterface;
use Drupal\Core\Entity\EntityTypeManagerInterface;
use Drupal\Core\Site\Settings;
use Drupal\Core\StringTranslation\StringTranslationTrait;
use Drupal\migrate\Plugin\MigrateIdMapInterface;
use Drupal\Tests\migrate_drupal_ui\Functional\MigrateUpgradeTestBase;
abstract class MigrateUiParagraphsTestBase extends MigrateUpgradeTestBase {
use StringTranslationTrait;
public static $modules = [
'content_translation',
'migrate_drupal_multilingual',
'migrate_drupal_ui',
'paragraphs',
'telephone',
];
protected function getSourceBasePath() {
return drupal_get_path('module', 'paragraphs') . '/tests/fixtures';
}
protected function getSourcePrivateFilesPath() {
return drupal_get_path('module', 'paragraphs') . '/tests/fixtures';
}
protected function getExpectedEntities() {
$expected_entities = [
'entity_form_display' => [
'block_content.basic.default' => NULL,
'comment.comment.default' => NULL,
'comment.comment_forum.default' => NULL,
'comment.comment_node_article.default' => NULL,
'comment.comment_node_blog.default' => NULL,
'comment.comment_node_book.default' => NULL,
'comment.comment_node_page.default' => NULL,
'comment.comment_node_paragraphs_test.default' => NULL,
'comment.comment_node_test_content_type.default' => NULL,
'node.article.default' => NULL,
'node.blog.default' => NULL,
'node.book.default' => NULL,
'node.forum.default' => NULL,
'node.page.default' => NULL,
'node.paragraphs_test.default' => NULL,
'node.test_content_type.default' => NULL,
'paragraph.field_collection_test.default' => NULL,
'paragraph.nested_fc_inner.default' => NULL,
'paragraph.nested_fc_outer.default' => NULL,
'paragraph.paragraph_bundle_one.default' => NULL,
'paragraph.paragraph_bundle_two.default' => NULL,
'taxonomy_term.test_vocabulary.default' => NULL,
'user.user.default' => NULL,
],
'entity_form_mode' => [
'user.register' => 'Register',
],
'entity_view_display' => [
'block_content.basic.default' => NULL,
'comment.comment.default' => NULL,
'comment.comment_forum.default' => NULL,
'comment.comment_node_article.default' => NULL,
'comment.comment_node_blog.default' => NULL,
'comment.comment_node_book.default' => NULL,
'comment.comment_node_page.default' => NULL,
'comment.comment_node_paragraphs_test.default' => NULL,
'comment.comment_node_test_content_type.default' => NULL,
'node.article.custom' => NULL,
'node.article.default' => NULL,
'node.article.rss' => NULL,
'node.article.teaser' => NULL,
'node.blog.default' => NULL,
'node.blog.teaser' => NULL,
'node.book.default' => NULL,
'node.book.teaser' => NULL,
'node.forum.default' => NULL,
'node.forum.teaser' => NULL,
'node.page.default' => NULL,
'node.page.teaser' => NULL,
'node.paragraphs_test.default' => NULL,
'node.paragraphs_test.teaser' => NULL,
'node.test_content_type.default' => NULL,
'paragraph.field_collection_test.default' => NULL,
'paragraph.nested_fc_inner.default' => NULL,
'paragraph.nested_fc_outer.default' => NULL,
'paragraph.paragraph_bundle_one.default' => NULL,
'paragraph.paragraph_bundle_one.paragraphs_editor_preview' => NULL,
'paragraph.paragraph_bundle_two.default' => NULL,
'taxonomy_term.test_vocabulary.default' => NULL,
'user.user.compact' => NULL,
'user.user.default' => NULL,
],
'entity_view_mode' => [
'block_content.full' => 'Full',
'comment.full' => 'Full',
'node.custom' => 'custom',
'node.full' => 'Full',
'node.rss' => 'RSS',
'node.search_index' => 'Search index',
'node.search_result' => 'Search result highlighting input',
'node.teaser' => 'Teaser',
'paragraph.full' => 'Full',
'paragraph.paragraphs_editor_preview' => 'paragraphs_editor_preview',
'paragraph.preview' => 'Preview',
'taxonomy_term.full' => 'Full',
'user.compact' => 'Compact',
'user.full' => 'Full',
],
'field_storage_config' => [
'block_content.body' => 'block_content.body',
'comment.comment_body' => 'comment.comment_body',
'comment.field_integer' => 'comment.field_integer',
'node.body' => 'node.body',
'node.comment' => 'node.comment',
'node.comment_forum' => 'node.comment_forum',
'node.comment_node_article' => 'node.comment_node_article',
'node.comment_node_blog' => 'node.comment_node_blog',
'node.comment_node_book' => 'node.comment_node_book',
'node.comment_node_page' => 'node.comment_node_page',
'node.comment_node_paragraphs_test' => 'node.comment_node_paragraphs_test',
'node.comment_node_test_content_type' => 'node.comment_node_test_content_type',
'node.field_any_paragraph' => 'node.field_any_paragraph',
'node.field_boolean' => 'node.field_boolean',
'node.field_date' => 'node.field_date',
'node.field_date_with_end_time' => 'node.field_date_with_end_time',
'node.field_date_without_time' => 'node.field_date_without_time',
'node.field_datetime_without_time' => 'node.field_datetime_without_time',
'node.field_email' => 'node.field_email',
'node.field_field_collection_test' => 'node.field_field_collection_test',
'node.field_file' => 'node.field_file',
'node.field_float' => 'node.field_float',
'node.field_image' => 'node.field_image',
'node.field_images' => 'node.field_images',
'node.field_integer' => 'node.field_integer',
'node.field_integer_list' => 'node.field_integer_list',
'node.field_link' => 'node.field_link',
'node.field_long_text' => 'node.field_long_text',
'node.field_nested_fc_outer' => 'node.field_nested_fc_outer',
'node.field_node_entityreference' => 'node.field_node_entityreference',
'node.field_paragraph_one_only' => 'node.field_paragraph_one_only',
'node.field_phone' => 'node.field_phone',
'node.field_private_file' => 'node.field_private_file',
'node.field_tags' => 'node.field_tags',
'node.field_term_entityreference' => 'node.field_term_entityreference',
'node.field_term_reference' => 'node.field_term_reference',
'node.field_text' => 'node.field_text',
'node.field_text_filtered' => 'node.field_text_filtered',
'node.field_text_list' => 'node.field_text_list',
'node.field_text_long_filtered' => 'node.field_text_long_filtered',
'node.field_text_long_plain' => 'node.field_text_long_plain',
'node.field_text_plain' => 'node.field_text_plain',
'node.field_text_sum_filtered' => 'node.field_text_sum_filtered',
'node.field_user_entityreference' => 'node.field_user_entityreference',
'node.taxonomy_forums' => 'node.taxonomy_forums',
'paragraph.field_email' => 'paragraph.field_email',
'paragraph.field_integer_list' => 'paragraph.field_integer_list',
'paragraph.field_nested_fc_inner' => 'paragraph.field_nested_fc_inner',
'paragraph.field_text' => 'paragraph.field_text',
'paragraph.field_text_list' => 'paragraph.field_text_list',
'taxonomy_term.field_integer' => 'taxonomy_term.field_integer',
'taxonomy_term.field_term_reference' => 'taxonomy_term.field_term_reference',
'user.field_file' => 'user.field_file',
'user.field_integer' => 'user.field_integer',
'user.user_picture' => 'user.user_picture',
],
'field_config' => [
'block_content.basic.body' => 'Body',
'comment.comment.comment_body' => 'Comment',
'comment.comment_forum.comment_body' => 'Comment',
'comment.comment_node_article.comment_body' => 'Comment',
'comment.comment_node_blog.comment_body' => 'Comment',
'comment.comment_node_book.comment_body' => 'Comment',
'comment.comment_node_page.comment_body' => 'Comment',
'comment.comment_node_paragraphs_test.comment_body' => 'Comment',
'comment.comment_node_test_content_type.comment_body' => 'Comment',
'comment.comment_node_test_content_type.field_integer' => 'Integer',
'node.article.body' => 'Body',
'node.article.comment' => 'Comments',
'node.article.comment_node_article' => 'Comments',
'node.article.field_image' => 'Image',
'node.article.field_link' => 'Link',
'node.article.field_tags' => 'Tags',
'node.article.field_text_filtered' => 'Text filtered',
'node.article.field_text_long_filtered' => 'Text long filtered',
'node.article.field_text_long_plain' => 'Text long plain',
'node.article.field_text_plain' => 'Text plain',
'node.article.field_text_sum_filtered' => 'Text summary filtered',
'node.blog.body' => 'Body',
'node.blog.comment_node_blog' => 'Comments',
'node.blog.field_link' => 'Link',
'node.book.body' => 'Body',
'node.book.comment_node_book' => 'Comments',
'node.forum.body' => 'Body',
'node.forum.comment_forum' => 'Comments',
'node.forum.taxonomy_forums' => 'Forums',
'node.page.body' => 'Body',
'node.page.comment_node_page' => 'Comments',
'node.page.field_text_filtered' => 'Text filtered',
'node.page.field_text_long_filtered' => 'Text long filtered',
'node.page.field_text_long_plain' => 'Text long plain',
'node.page.field_text_plain' => 'Text plain',
'node.page.field_text_sum_filtered' => 'Text summary filtered',
'node.paragraphs_test.body' => 'Body',
'node.paragraphs_test.comment_node_paragraphs_test' => 'Comments',
'node.paragraphs_test.field_any_paragraph' => 'Any Paragraph',
'node.paragraphs_test.field_field_collection_test' => 'Field Collection Test',
'node.paragraphs_test.field_nested_fc_outer' => 'Nested FC Outer',
'node.paragraphs_test.field_paragraph_one_only' => 'Paragraph One Only',
'node.test_content_type.field_boolean' => 'Boolean',
'node.test_content_type.comment_node_test_content_type' => 'Comments',
'node.test_content_type.field_date' => 'Date',
'node.test_content_type.field_date_with_end_time' => 'Date With End Time',
'node.test_content_type.field_date_without_time' => 'Date without time',
'node.test_content_type.field_datetime_without_time' => 'Datetime without time',
'node.test_content_type.field_email' => 'Email',
'node.test_content_type.field_file' => 'File',
'node.test_content_type.field_float' => 'Float',
'node.test_content_type.field_images' => 'Images',
'node.test_content_type.field_integer' => 'Integer',
'node.test_content_type.field_integer_list' => 'Integer List',
'node.test_content_type.field_link' => 'Link',
'node.test_content_type.field_long_text' => 'Long text',
'node.test_content_type.field_node_entityreference' => 'Node Entity Reference',
'node.test_content_type.field_phone' => 'Phone',
'node.test_content_type.field_private_file' => 'Private file',
'node.test_content_type.field_term_entityreference' => 'Term Entity Reference',
'node.test_content_type.field_term_reference' => 'Term Reference',
'node.test_content_type.field_text' => 'Text',
'node.test_content_type.field_text_list' => 'Text List',
'node.test_content_type.field_user_entityreference' => 'User Entity Reference',
'paragraph.field_collection_test.field_integer_list' => 'Integer List',
'paragraph.field_collection_test.field_text' => 'Text',
'paragraph.nested_fc_inner.field_text' => 'Text',
'paragraph.nested_fc_outer.field_nested_fc_inner' => 'Nested FC Inner',
'paragraph.paragraph_bundle_one.field_text' => 'Text',
'paragraph.paragraph_bundle_one.field_text_list' => 'Text List',
'paragraph.paragraph_bundle_two.field_email' => 'Email',
'paragraph.paragraph_bundle_two.field_text' => 'Text',
'taxonomy_term.test_vocabulary.field_integer' => 'Integer',
'taxonomy_term.test_vocabulary.field_term_reference' => 'Term Reference',
'user.user.field_file' => 'File',
'user.user.field_integer' => 'Integer',
'user.user.user_picture' => 'Picture',
],
'node_type' => [
'article' => 'Article',
'blog' => 'Blog entry',
'book' => 'Book page',
'forum' => 'Forum topic',
'page' => 'Basic page',
'paragraphs_test' => 'Paragraphs Test',
'test_content_type' => 'Test content type',
],
'node' => [
1 => 'A Node',
2 => 'The thing about Deep Space 9',
4 => 'is - The thing about Firefly',
6 => 'Comments are closed :-(',
7 => 'Comments are open :-)',
8 => 'Paragraph Migration Test Content UND',
9 => 'Paragraph Migration Test Content EN',
],
'paragraphs_type' => [
'field_collection_test' => 'Field collection test',
'nested_fc_inner' => 'Nested fc inner',
'nested_fc_outer' => 'Nested fc outer',
'paragraph_bundle_one' => 'Paragraph Bundle One',
'paragraph_bundle_two' => 'Paragraph Bundle Two',
],
'paragraph' => [
1 => 'Paragraph Migration Test Content UND > Field Collection Test',
2 => 'Paragraph Migration Test Content UND > Field Collection Test',
3 => 'Paragraph Migration Test Content EN > Field Collection Test',
4 => 'Paragraph Migration Test Content EN > Field Collection Test (previous revision)',
5 => 'Paragraph Migration Test Content EN > Field Collection Test (previous revision)',
6 => 'Paragraph Migration Test Content EN > Field Collection Test (previous revision)',
7 => 'Paragraph Migration Test Content UND > Nested FC Outer > Nested FC Inner',
8 => 'Paragraph Migration Test Content UND > Nested FC Outer',
9 => 'Paragraph Migration Test Content EN > Any Paragraph (previous revision)',
10 => 'Paragraph Migration Test Content UND > Any Paragraph',
11 => 'Paragraph Migration Test Content UND > Paragraph One Only',
12 => 'Paragraph Migration Test Content EN > Any Paragraph',
13 => 'Paragraph Migration Test Content EN > Paragraph One Only',
14 => 'Paragraph Migration Test Content EN > Paragraph One Only (previous revision)',
15 => 'Paragraph Migration Test Content UND > Any Paragraph',
16 => 'Paragraph Migration Test Content EN > Any Paragraph',
17 => 'Paragraph Migration Test Content EN > Any Paragraph (previous revision)',
18 => 'Paragraph Migration Test Content EN > Any Paragraph (previous revision)',
],
];
if (Settings::get('migrate_node_migrate_type_classic', FALSE)) {
$expected_entities['paragraph'] = [
1 => 'Paragraph Migration Test Content UND > Field Collection Test (previous revision)',
2 => 'Paragraph Migration Test Content UND > Field Collection Test (previous revision)',
3 => 'Paragraph Migration Test Content EN > Field Collection Test',
4 => 'Paragraph Migration Test Content EN > Field Collection Test (previous revision)',
5 => 'Paragraph Migration Test Content EN > Field Collection Test (previous revision)',
6 => 'Paragraph Migration Test Content EN > Field Collection Test (previous revision)',
7 => 'Paragraph Migration Test Content EN > Any Paragraph (previous revision)',
8 => 'Paragraph Migration Test Content UND > Any Paragraph (previous revision)',
9 => 'Paragraph Migration Test Content UND > Paragraph One Only (previous revision)',
10 => 'Paragraph Migration Test Content EN > Any Paragraph',
11 => 'Paragraph Migration Test Content EN > Paragraph One Only',
12 => 'Paragraph Migration Test Content EN > Paragraph One Only (previous revision)',
13 => 'Paragraph Migration Test Content UND > Any Paragraph (previous revision)',
14 => 'Paragraph Migration Test Content EN > Any Paragraph',
15 => 'Paragraph Migration Test Content EN > Any Paragraph (previous revision)',
16 => 'Paragraph Migration Test Content EN > Any Paragraph (previous revision)',
17 => 'Paragraph Migration Test Content UND > Nested FC Outer > Nested FC Inner',
18 => 'Paragraph Migration Test Content UND > Nested FC Outer',
];
}
return $expected_entities;
}
protected function getEntityCounts() {
$entity_counts = [];
foreach ($this
->getExpectedEntities() as $entity_type_id => $expected_entities) {
$entity_counts[$entity_type_id] = count($expected_entities);
}
return $entity_counts;
}
protected function getEntityCountsIncremental() {
return $this
->getEntityCounts();
}
protected function getAvailablePaths() {
return [];
}
protected function getMissingPaths() {
return [];
}
protected function setUp() : void {
parent::setUp();
$this
->loadFixture(drupal_get_path('module', 'paragraphs') . '/tests/fixtures/drupal7.php');
}
protected function assertMigrateUpgradeViaUi() {
$connection_options = $this->sourceDatabase
->getConnectionOptions();
$this
->drupalGet('/upgrade');
$session = $this
->assertSession();
$session
->responseContains('Upgrade a site by importing its files and the data from its database into a clean and empty new install of Drupal');
$this
->submitForm([], $this
->t('Continue'));
$session
->pageTextContains('Provide credentials for the database of the Drupal site you want to upgrade.');
$driver = $connection_options['driver'];
$connection_options['prefix'] = $connection_options['prefix']['default'];
$drivers = drupal_get_database_types();
$form = $drivers[$driver]
->getFormOptions($connection_options);
$connection_options = array_intersect_key($connection_options, $form + $form['advanced_options']);
$version = $this
->getLegacyDrupalVersion($this->sourceDatabase);
$edit = [
$driver => $connection_options,
'source_private_file_path' => $this
->getSourcePrivateFilesPath(),
'version' => $version,
'source_base_path' => $this
->getSourceBasePath(),
];
if (count($drivers) !== 1) {
$edit['driver'] = $driver;
}
$edits = $this
->translatePostValues($edit);
$this
->submitForm($edits, $this
->t('Review upgrade'));
$session
->pageTextNotContains('Resolve all issues below to continue the upgrade.');
$session
->buttonExists($this
->t('I acknowledge I may lose data. Continue anyway.'));
$this
->submitForm([], $this
->t('I acknowledge I may lose data. Continue anyway.'));
$session
->statusCodeEquals(200);
$this
->submitForm([], $this
->t('Perform upgrade'));
$session
->pageTextContains($this
->t('Congratulations, you upgraded Drupal!'));
$this
->resetAll();
}
protected function assertParagraphsMigrationResults() {
$version = $this
->getLegacyDrupalVersion($this->sourceDatabase);
$this
->assertEntities();
$plugin_manager = $this->container
->get('plugin.manager.migration');
$all_migrations = $plugin_manager
->createInstancesByTag('Drupal ' . $version);
foreach ($all_migrations as $migration) {
$id_map = $migration
->getIdMap();
foreach ($id_map as $source_id => $map) {
$source_id_values = array_values(unserialize($source_id));
$row = $id_map
->getRowBySource($source_id_values);
$destination = serialize($id_map
->currentDestination());
$message = "Migration of {$source_id} to {$destination} as part of the {$migration->id()} migration. The source row status is " . $row['source_row_status'];
$this
->assertNotSame(MigrateIdMapInterface::STATUS_FAILED, $row['source_row_status'], $message);
$this
->assertNotSame(MigrateIdMapInterface::STATUS_NEEDS_UPDATE, $row['source_row_status'], $message);
}
}
}
protected function assertPageTitle($expected_title) {
$page_title_element = $this
->getSession()
->getPage()
->find('css', 'h1.page-title');
if (!$page_title_element) {
throw new ExpectationException('No page title element found on the page', $this
->getSession()
->getDriver());
}
$actual_title = $page_title_element
->getText();
$this
->assertSame($expected_title, $actual_title, 'The page title is not the same as expected.');
}
protected function assertEntities() {
foreach ($this
->getExpectedEntities() as $entity_type_id => $expected_entity_labels) {
if ($storage = $this
->getEntityStorage($entity_type_id)) {
$entities = $storage
->loadMultiple();
$actual_labels = array_reduce($entities, function ($carry, EntityInterface $entity) {
$carry[$entity
->id()] = (string) $entity
->label();
return $carry;
});
$this
->assertEquals($expected_entity_labels, $actual_labels, sprintf('The expected %s entities are not matching the actual ones.', $entity_type_id));
}
else {
$this
->fail(sprintf('The expected %s entity type is missing.', $entity_type_id));
}
}
}
protected function getEntityStorage(string $entity_type_id) {
$entity_type_manager = $this->container
->get('entity_type.manager');
assert($entity_type_manager instanceof EntityTypeManagerInterface);
try {
$storage = $entity_type_manager
->getStorage($entity_type_id);
} catch (PluginNotFoundException $e) {
return NULL;
}
return $storage;
}
protected function setClassicNodeMigration(bool $classic_node_migration) {
$current_method = Settings::get('migrate_node_migrate_type_classic', FALSE);
if ($current_method !== $classic_node_migration) {
$settings['settings']['migrate_node_migrate_type_classic'] = (object) [
'value' => $classic_node_migration,
'required' => TRUE,
];
$this
->writeSettings($settings);
}
}
}