Closed (fixed)
Project:
Page Manager
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2022 at 10:45 UTC
Updated:
2 Oct 2023 at 16:14 UTC
Jump to comment: Most recent
The tests are failing since D10 update: https://www.drupal.org/pift-ci-job/2519141
-
The automated D10 issue is fixed and merged, therefore we cannot use that branch as it is not being updated: https://www.drupal.org/project/page_manager/issues/3297800, however the latest commit on the latest pull request should cover the fix for the tests.
Fix tests.
-
-
-
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
Comment #3
mglamanComment #4
mglamanDidn't review test fails, could they be due to CSS though? starterkit has class names like Classy which Stark does not.
Comment #5
balintpekkerSo, 9.5.x is the latest version to have the 9.3.0 fixtures, and D10 only has the 9.4.0 starting from beta1.
https://git.drupalcode.org/project/drupal/-/tree/9.4.x/core/modules/syst...
https://git.drupalcode.org/project/drupal/-/tree/9.5.x/core/modules/syst...
https://git.drupalcode.org/project/drupal/-/tree/10.0.x/core/modules/sys...
For some reason, using the core provided filled version instead of the bare breaks the D9.4.7 version, however using the bare will provide us with a missing 'Continue' element. We might need to create our own fixture for this one (?).
Comment #6
andypostMostly duplicate of related
Default theme should not use Olivero to support Drupal 9
Comment #7
liam morland#3297800: Automated Drupal 10 compatibility fixes should be committed and this issue rebased.
It would help to enable more testing configurations. That would make it clear if the failures are due to the PHP version or the Drupal version.
Comment #10
ivnishThanks everyone! I fixed some broken D10 tests too. Now all tests PHP 7.4/8.1, Drupal 9.5/10 are working!
Comment #11
andypostThank you!