buddypress/tests/phpunit/testcases
Mathieu Viet 4ee6eed37b Compat classes to handle Walker_Nav_Menu::walk() changes in WP 5.3
WordPress 5.3 modified the `Walker_Nav_Menu::walk()` signature adding a third parameter to the method that is using the spread operator. johnjamesjacoby quickly fixed the issue in [12497] when PHP >=5.6.

As our current PHP required version is 5.3, we need to provide a temporary compatibility mechanism to make sure our `BP_Walker_Nav_Menu` will not generate errors when the PHP version is lower than 5.6 before raising the PHP required version in our next major release.

props timothybjacobs, boonebgorges, imath

Fixes #8163 (5.0 branch)


git-svn-id: https://buddypress.svn.wordpress.org/branches/5.0@12500 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2019-11-29 06:06:30 +00:00
..
activity Make sure activity comments action strings are generated at run-time 2019-08-01 05:41:55 +00:00
admin Retire Legacy Forums. 2017-12-08 00:22:09 +00:00
blogs Anticipate the deprecation in WordPress 5.3 of update_user_status() 2019-08-24 14:53:10 +00:00
core Compat classes to handle Walker_Nav_Menu::walk() changes in WP 5.3 2019-11-29 06:06:30 +00:00
friends Mark unit tests without tests as incomplete. 2019-01-21 22:07:43 +00:00
groups Attempt to fix test failing on Travis. 2019-08-13 16:52:39 +00:00
members Fix failing tests under WordPress trunk (5.3) 2019-09-16 21:52:45 +00:00
messages Make sure Messages exports only include the ones sent by the user 2019-06-17 17:43:50 +00:00
notifications Add data exporter for Notifications component. 2018-06-04 19:58:30 +00:00
routing Mark unit tests without tests as incomplete. 2019-01-21 22:07:43 +00:00
settings Improve sanitization of email notification settings. 2015-11-11 03:22:53 +00:00
testsuite Use static factory method throughout PHPUnit tests. 2017-11-03 19:44:10 +00:00
xprofile More constistent escaping in Activity action strings 2019-05-03 17:27:08 +00:00