buddypress/tests
Mathieu Viet a4ac51b314 Groups: Avoid a PHP 8.0 deprecated notice about optional function arg.
The `BP_Groups_Invitation_Manager->run_acceptance_action()` method was wrongly using one optional arguments before a required one. As PHP 8.0 no longer accepts this practice, all arguments of the method will be required.

See #8392 (branch 6.0)


git-svn-id: https://buddypress.svn.wordpress.org/branches/6.0@12792 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2020-11-19 12:48:25 +00:00
..
phpunit Groups: Avoid a PHP 8.0 deprecated notice about optional function arg. 2020-11-19 12:48:25 +00:00