Opened 11 years ago
Closed 11 years ago
#27313 closed defect (bug) (fixed)
Remove cache clearing workaround from test_get_terms_exclude_tree()
Reported by: | SergeyBiryukov | Owned by: | wonderboymusic |
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Taxonomy | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
test_get_terms_exclude_tree()
has a workaround for clearing taxonomy cache:
tags/3.8.1/tests/phpunit/tests/term/getTerms.php#L168 (added in [25933]).
It's no longer needed after the changes in #14485 and #25711.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 27459: