Closed (fixed)
Project:
Commerce License
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
13 Feb 2019 at 14:41 UTC
Updated:
9 Feb 2021 at 20:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
quironBy the way. I realized that the modules lists in Kernel tests are not alphabetically sorted. Will make sense to open an issue for it o should we put it in this same patch?
Comment #3
quironComment #5
joachim commentedThanks for figuring this out and posting a patch! Will review later.
> By the way. I realized that the modules lists in Kernel tests are not alphabetically sorted. Will make sense to open an issue for it o should we put it in this same patch?
I try to list the modules in a kernel test in stack order, sort of. So:
system
user
then contrib requirements
then the module we're testing
then any test modules that are needed
Comment #6
quironTests broken because:
(see: https://dispatcher.drupalci.org/job/drupal8_contrib_patches/48868/console)
Looks reasonable due to the commerce_cart module which implements CartManagerTestTrait is not enabled for the test. New patch fix this also.
Comment #7
quironThis should be fixing the tests. It removes an unused
usestatement anyway.Comment #9
jsacksick commentedTests have been failing for more than 2 years now, with the attached patch, tests seem to be passing, at least locally!
Comment #10
jsacksick commentedThis fixes coding standard issues.
Comment #12
joachim commentedWow, that's excellent!
Thanks so much for fixing this!