The base test class has a helper function for installing the various Commerce modules, and it groups them into API and UI groups. Currently it puts Cart / Checkout into the API group, but really these are UI modules. If we move them to the UI group, we can also put Commerce UI in the UI group. You just need to test to make sure the change doesn't affect any existing tests.
Comments
Comment #1
recidive commentedDoing that, as I'm getting up to speed with test stuff.
Comment #2
rszrama commentedDid you actually have a patch for this? It should just be a simple moving around of the items in the arrays and then a run through all the tests to make sure nothing breaks...
Comment #3
recidive commentedYeah, I'll make sure it doesn't break any tests and will push patch to githb.
Comment #4
recidive commentedOk, I've tested and moving UI modules doesn't break any tests.
https://github.com/recidive/drupalcommerce/commit/311fb7d19d95d283be2574...
Comment #5
rszrama commentedExcellent. Committed.