- Issue created by @SmovS
- Merge request !10#3362199 - Added Drupal 10 compatibility in .info.yml file. Created a custom... β (Merged) created by SmovS
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
almost 2 years ago Waiting for branch to pass - last update
almost 2 years ago Composer require failure - Issue was unassigned.
- πΊπ¦Ukraine SmovS Lutsk
HI @jonathanshaw
The refactoring of the module is a bit more complex than I thought. This module has a lot of dependencies on other modules, especially for tests. Currently, xero_sync requires "drupal/xero": "^2.0@alpha" which doesn't have the support of D10. I noticed that the xero module has 3.0.x-dev version with D10. Although drupal/commerce_xero (has already supported D10) requires drupal/xero:2.0.alpha (D8 and D9 only). It is messed.
Also, I've tried to refactor the deprecated matcher at() from PHPUnit. It didn't work properly without full SynchronizerTest refactoring. I created a custom copy of this matcher in the module for internal usage as a temporary solution.
I guess need to resolve issues with these module's dependencies first. Without that, the Drupal CI tests can't execute cause the composer failed.
- last update
over 1 year ago 3,220 pass, 1 fail - last update
over 1 year ago Composer require failure - Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Waiting for branch to pass - last update
over 1 year ago 3,220 pass, 1 fail - last update
over 1 year ago Composer require failure - First commit to issue fork.
- Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Waiting for branch to pass - Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Waiting for branch to pass - πΊπ¦Ukraine AstonVictor
Added
core_version_requirement: ^9 || ^10
to the submodule.
Replaced$this->prophesize()
withnew Prophet())->prophesize()
. see https://www.drupal.org/node/3365413 β - Open on Drupal.org βCore: 9.5.x + Environment: PHP 7.4 & MySQL 8last update
over 1 year ago Waiting for branch to pass -
jonathanshaw β
committed 718d71f4 on 8.x-1.x authored by
SmovS β
Issue #3362199 by SmovS, AstonVictor: Drupal 10 compatability
-
jonathanshaw β
committed 718d71f4 on 8.x-1.x authored by
SmovS β
- Status changed to Fixed
over 1 year ago 2:55pm 21 December 2023 Automatically closed - issue fixed for 2 weeks with no activity.