buddypress/tests
Mathieu Viet 417536835f 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.

Fixes #8392 (trunk)


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