Opened 6 years ago
Closed 6 years ago
#8135 closed defect (bug) (fixed)
Many failing test under WordPress 5.3
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.0.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | has-patch |
| Cc: |
Description
- Most of them involve the line 200 of
bp-friends/classes/class-bp-friends-friendship.php: I've found out usingdo_action_ref_array()instead ofdo_action()is fixing the failing tests. - One involves line 45 of
tests/phpunit/testcases/members/template.php: WordPress now uses"instead of'inhrefattributes of the output of the paginate_links() function.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 12459: