Problem/Motivation
No test coverage for context with the user profile page condition.
Proposed resolution
Write a test for it.
Remaining tasks
1. Write a Kernel test.
2. Check/test that automated test passes.
3. Review and commit/merge the issue.
Issue fork context-3217119
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 commentedThe UserProfilePage condition does not have context_definitions in the annotations (but just context) so deprecation happens and test fails at least locally for me. The correction is added in the original issue #2942060: Addition of a User Condition, once that is merged test should be o.k. Setting status to needs review and if somebody will have issue testing locally, replace context with context_definitions.
Comment #4
deaom commentedComment #5
paulocsThanks @DeaOm!
Amazing Job! :)
Comment #7
paulocs