Closed (fixed)
Project:
GraphQL Commerce
Version:
2.0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 May 2025 at 16:27 UTC
Updated:
28 Oct 2025 at 15:24 UTC
Jump to comment: Most recent
Comments
Comment #6
milanbombschliip commentedPhpunit schema extension tests are failing. But they are also failing on 2.0.x if you only upgrade to PHP 8.3 https://git.drupalcode.org/issue/graphql_commerce-3525869/-/pipelines/50.... PHP 8.2 is not available in the Drupal pipeline anymore. All module functions (including the GetCart Graphql endpoint) are working if I include my code into my project.
Comment #7
milanbombschliip commentedTests are fixed now. Needed to enable the 'default' bundles in the tests and change the addToCart endpoint to resolve the order inside the resolve() function to better handle nullable input.
Comment #9
milanbombschliip commentedComment #10
czigor commentedFinally hopefully I have some time to review this properly.
On the one hand https://github.com/ddev/ddev-drupal-contrib/blob/main/README.md says
However, https://www.drupal.org/project/search_api/issues/3520659#comment-16149749 says
I also feel bad about committing it, so let's remove all ide and ddev related additions from the MR.
Comment #11
milanbombschliip commented@czigor Agree. Should I do it or will you? Sorry for not making different issues for each of the improvements in this MR.
Comment #12
czigor commented@milanbombschliip I've already started, thanks. And now the actual review part.
Comment #15
czigor commentedAdded some CS and test fixes as well.