Problem/Motivation

Tests are failing because the fixture doesn't work with all Drupal versions (as is to be expected) and the update hooks to make it compatible have been removed from core..

Also, some new checks have been added that make test fail on newer versions. The supply chain (flexible_permissions, variationcache, etc) also need to be marked as D11 ready.

Issue fork group-3475807

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

kristiaanvandeneynde created an issue. See original summary.

kristiaanvandeneynde’s picture

Okay so we got:

    // 10.3.6-dev (phpunit, phpunit max php, test-only)
    // 11.0-dev (phpunit next major)
    // 10.4.0-dev (phpunit next minor,)

Will remove deliberate fails and compare

kristiaanvandeneynde’s picture

Seems like VC was missing but present in the fixture, which caused issues. Adding it as a dev dependency and will drop in v4. If this also breaks stuff I'm just gonna check for the presence of the module instead.

kristiaanvandeneynde’s picture

Title: Fix failing tests due to fixture being for D10.3 » Fix failing tests for next major
Issue summary: View changes

kristiaanvandeneynde’s picture

Status: Active » Fixed

Cool, now to backport this to 2.3.x...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.