Is there a reason why the features_test module isn't hidden?
I haven't actually looked at the test so I'm not sure. But it does botter me to see a test module in the module listing :-/
Patching coming up.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1587200-feature-tests.patch | 723 bytes | ericduran |
Comments
Comment #1
ericduran commentedComment #2
bojanz commentedMakes sense to me.
Comment #3
mpotter commentedNice, I've wanted this too. Committed and pushed to 24247b4.
Comment #4
pfrenssenThis causes the FeaturesEnableTestCase test to fail, see issue #1805432: Call to undefined function taxonomy_features_api() in FeaturesEnableTestCase.
Comment #5
pfrenssenThis also causes the FeaturesUserTestCase to fail. It seems like Features can not handle hidden modules.
Comment #6
mpotter commentedRemoved the patch from #1187232: Hidden and disabled features should not be displayed in UI and should not be considered for conflicts that seems to have caused Features to break on Hidden modules. Committed to 7.x-1.x in 05c9af6. Let me know if this fixes the SimpleText.