Opened 7 years ago
Closed 7 years ago
#8135 closed defect (bug) (fixed)
Many failing test under WordPress 5.3
| Reported by: | imath | Owned by: | netweb |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0.0 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | 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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 12459: