Skip to content
Snippets Groups Projects
Verified Commit 9fdd5efd authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3414563 by quietone, catch, smustgrave, andypost, Spokje: Add new...

Issue #3414563 by quietone, catch, smustgrave, andypost, Spokje: Add new 10.3.x database dump fixtures, without modules deprecated for removal in 11.x
parent 46b8545d
No related branches found
No related tags found
27 merge requests!11131[10.4.x-only-DO-NOT-MERGE]: Issue ##2842525 Ajax attached to Views exposed filter form does not trigger callbacks,!9470[10.3.x-only-DO-NOT-MERGE]: #3331771 Fix file_get_contents(): Passing null to parameter,!8540Issue #3457061: Bootstrap Modal dialog Not closing after 10.3.0 Update,!8528Issue #3456871 by Tim Bozeman: Support NULL services,!8373Issue #3427374 by danflanagan8, Vighneshh: taxonomy_tid ViewsArgumentDefault...,!3878Removed unused condition head title for views,!3818Issue #2140179: $entity->original gets stale between updates,!3742Issue #3328429: Create item list field formatter for displaying ordered and unordered lists,!3731Claro: role=button on status report items,!3651Issue #3347736: Create new SDC component for Olivero (header-search),!3531Issue #3336994: StringFormatter always displays links to entity even if the user in context does not have access,!3355Issue #3209129: Scrolling problems when adding a block via layout builder,!3154Fixes #2987987 - CSRF token validation broken on routes with optional parameters.,!3133core/modules/system/css/components/hidden.module.css,!2964Issue #2865710 : Dependencies from only one instance of a widget are used in display modes,!2812Issue #3312049: [Followup] Fix Drupal.Commenting.FunctionComment.MissingReturnType returns for NULL,!2794Issue #3100732: Allow specifying `meta` data on JSON:API objects,!2378Issue #2875033: Optimize joins and table selection in SQL entity query implementation,!2062Issue #3246454: Add weekly granularity to views date sort,!1105Issue #3025039: New non translatable field on translatable content throws error,!1073issue #3191727: Focus states on mobile second level navigation items fixed,!10223132456: Fix issue where views instances are emptied before an ajax request is complete,!877Issue #2708101: Default value for link text is not saved,!617Issue #3043725: Provide a Entity Handler for user cancelation,!579Issue #2230909: Simple decimals fail to pass validation,!560Move callback classRemove outside of the loop,!555Issue #3202493
Pipeline #151317 canceled
Pipeline: drupal

#151320

    This diff is collapsed.
    This diff is collapsed.
    ......@@ -6,7 +6,6 @@
    use Drupal\FunctionalTests\Update\UpdatePathTestBase;
    use Drupal\node\Entity\Node;
    use Drupal\node\Entity\NodeType;
    use Drupal\user\Entity\User;
    // cspell:ignore hola usuario
    ......@@ -28,7 +27,7 @@ class UpdatePathTestBaseFilledTest extends UpdatePathTestBase {
    * {@inheritdoc}
    */
    protected function setDatabaseDumpFiles() {
    $this->databaseDumpFiles[] = __DIR__ . '/../../../../tests/fixtures/update/drupal-9.4.0.filled.standard.php.gz';
    $this->databaseDumpFiles[] = __DIR__ . '/../../../../tests/fixtures/update/drupal-10.3.0.filled.standard.php.gz';
    $this->databaseDumpFiles[] = __DIR__ . '/../../../../tests/fixtures/update/drupal-8.update-test-schema-enabled.php';
    $this->databaseDumpFiles[] = __DIR__ . '/../../../../tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php';
    }
    ......@@ -45,7 +44,6 @@ public function testUpdatedSite() {
    $expected_node_data = [
    [1, 'article', 'en', 'Test Article - New title'],
    [2, 'book', 'en', 'Book page'],
    [4, 'page', 'en', 'Test page'],
    [8, 'test_content_type', 'en', 'Test title'],
    ];
    ......@@ -85,7 +83,7 @@ public function testUpdatedSite() {
    $this->assertSession()->pageTextNotContains('Test 12');
    // Make sure all other field labels are there.
    for ($i = 1; $i <= 23; $i++) {
    if ($i != 12) {
    if (($i != 11) && ($i != 12)) {
    $this->assertSession()->pageTextContains('Test ' . $i);
    }
    }
    ......@@ -123,7 +121,6 @@ public function testUpdatedSite() {
    $this->assertSession()->pageTextContains('Test Article - New title');
    $this->assertSession()->pageTextContains('test.txt');
    $this->assertSession()->pageTextContains('druplicon.small');
    $this->assertSession()->responseContains('General discussion');
    $this->assertSession()->pageTextContains('Test Article - New title');
    $this->assertSession()->pageTextContains('Test 1');
    $this->assertSession()->responseContains('0.01');
    ......@@ -153,8 +150,8 @@ public function testUpdatedSite() {
    $this->drupalGet('admin/structure/views/view/test_view');
    $this->assertSession()->pageTextContains('Test view');
    // Make sure the book node exists.
    $this->drupalGet('admin/structure/book');
    // Make sure the node/1 node exists.
    $this->drupalGet('node/1');
    $this->clickLink('Test Article - New title');
    $this->assertSession()->pageTextContains('Body');
    $this->assertSession()->pageTextContains('Tags');
    ......@@ -183,7 +180,6 @@ public function testUpdatedSite() {
    $this->drupalGet('admin/structure/block/manage/testblock');
    $this->assertSession()->checkboxNotChecked('edit-visibility-language-langcodes-es');
    $this->assertSession()->checkboxChecked('edit-visibility-language-langcodes-en');
    $this->assertSession()->checkboxNotChecked('edit-visibility-entity-bundlenode-bundles-book');
    $this->assertSession()->checkboxChecked('edit-visibility-entity-bundlenode-bundles-test-content-type');
    // Make sure our block is still translated.
    ......@@ -302,13 +298,6 @@ public function testUpdatedSite() {
    // cSpell:disable-next-line
    $this->assertSession()->pageTextContains('Comentario completo');
    // Make sure our custom action is still there.
    $this->drupalGet('admin/config/system/actions');
    $this->assertSession()->pageTextContains('Test action');
    $this->drupalGet('admin/config/system/actions/configure/test_action');
    $this->assertSession()->fieldValueEquals('id', 'test_action');
    $this->assertSession()->responseContains('drupal.org');
    // Make sure our ban still exists.
    $this->drupalGet('admin/config/people/ban');
    $this->assertSession()->pageTextContains('8.8.8.8');
    ......@@ -338,12 +327,10 @@ public function testUpdatedSite() {
    // Make sure our modules are still enabled.
    $expected_enabled_modules = [
    'action',
    'ban',
    'basic_auth',
    'block',
    'block_content',
    'book',
    'breakpoint',
    'ckeditor5',
    'comment',
    ......@@ -384,7 +371,6 @@ public function testUpdatedSite() {
    'telephone',
    'text',
    'toolbar',
    'tracker',
    'update',
    'user',
    'views_ui',
    ......@@ -405,12 +391,6 @@ public function testUpdatedSite() {
    foreach ($expected_enabled_themes as $theme) {
    $this->assertTrue($this->container->get('theme_handler')->themeExists($theme), 'The "' . $theme . '" is still enabled.');
    }
    // Ensure that the Book module's node type does not have duplicated enforced
    // dependencies.
    // @see system_post_update_fix_enforced_dependencies()
    $book_node_type = NodeType::load('book');
    $this->assertEquals(['enforced' => ['module' => ['book']]], $book_node_type->get('dependencies'));
    }
    /**
    ......
    ......@@ -56,11 +56,11 @@ abstract class UpdatePathTestBase extends BrowserTestBase {
    /**
    * The file path(s) to the dumped database(s) to load into the child site.
    *
    * The file system/tests/fixtures/update/drupal-9.4.0.bare.standard.php.gz is
    * The file system/tests/fixtures/update/drupal-10.3.0.bare.standard.php.gz is
    * normally included first -- this sets up the base database from a bare
    * standard Drupal installation.
    *
    * The file system/tests/fixtures/update/drupal-9.4.0.filled.standard.php.gz
    * The file system/tests/fixtures/update/drupal-10.3.0.filled.standard.php.gz
    * can also be used in case we want to test with a database filled with
    * content, and with all core modules enabled.
    *
    ......@@ -253,7 +253,7 @@ protected function testDatabaseLoaded() {
    /** @var \Drupal\Core\Update\UpdateHookRegistry $update_registry */
    $update_registry = \Drupal::service('update.update_hook_registry');
    foreach (['user' => 9301, 'node' => 8700, 'system' => 8901, 'update_test_schema' => 8000] as $module => $schema) {
    foreach (['user' => 10000, 'node' => 8700, 'system' => 10201, 'update_test_schema' => 8000] as $module => $schema) {
    $this->assertEquals($schema, $update_registry->getInstalledVersion($module), "Module $module schema is $schema");
    }
    ......
    ......@@ -24,7 +24,7 @@ class UpdatePathTestBaseTest extends UpdatePathTestBase {
    * {@inheritdoc}
    */
    protected function setDatabaseDumpFiles() {
    $this->databaseDumpFiles[] = __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-9.4.0.bare.standard.php.gz';
    $this->databaseDumpFiles[] = __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-10.3.0.bare.standard.php.gz';
    $this->databaseDumpFiles[] = __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php';
    $this->databaseDumpFiles[] = __DIR__ . '/../../../../modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php';
    }
    ......
    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