Problem/Motivation
\Drupal\Tests\help\Functional\HelpPageOrderTest uses the Tour module, which is being deprecated.
Also, \Drupal\Tests\toolbar\Functional\ToolbarCacheContextsTest.
There are other tests using tour but they are related to profiles or update tests. They are better done in a separate issue.
Steps to reproduce
Proposed resolution
HelpPageOrderTest - Use a test module instead of Tour.
\Drupal\Tests\toolbar\Functional\ToolbarCacheContextsTest - TBD
Remaining tasks
Decide what to do about Tour in \Drupal\Tests\toolbar\Functional\ToolbarCacheContextsTest
Review
Commit
User interface changes
API changes
Data model changes
Release notes snippet
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | 3376340-7.patch | 1.53 KB | quietone |
| #7 | diff-5-7.txt | 595 bytes | quietone |
| #5 | 3376340-5.patch | 1.79 KB | quietone |
| #2 | 3376340-2.patch | 992 bytes | quietone |
Comments
Comment #2
quietone commentedComment #3
quietone commentedOops. There is another one.
There is usage in \Drupal\Tests\toolbar\Functional\ToolbarCacheContextsTest. I am not sure how to handle that one.
Comment #5
quietone commentedComment #6
smustgrave commentedShouldn't we remove tour from HelpPageReverseOrderTest?
Discussion please no one implement.
Comment #7
quietone commentedYes, we should. That was an oversite on my part.
Comment #8
smustgrave commentedThanks!
Comment #10
lauriiiCommitted 5ac5a2b and pushed to 11.x. Thanks!