Problem/Motivation
No test coverage for context with the context all/context any condition.
Proposed resolution
Write a test for it.
Remaining tasks
1. Write a test.
2. Check/test that automated test passes.
3. Review and commit/merge the issue.
Issue fork context-3217118
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
deaom commentedAdded the test for context any/all condition with a test module that has a test configuration added for two contexts. Added the missing schema for context any/all condition. I also corrected the context any asterisks condition which was returning false instead of true. Marking this as needs review.
Comment #4
deaom commentedComment #5
paulocsTests fail when triggered with Drupal 9.
Comment #6
paulocsComment #7
paulocsComment #9
paulocsComment #10
paulocsOne more change need to be addressed.
The
corekey should be removed from the test module andcore_version_requirementshould be inserted.Comment #12
paulocs