buddypress/tests/phpunit
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
..
assets Groups: Avoid a PHP 8.0 deprecated notice about optional function arg. 2020-11-19 12:48:25 +00:00
includes Prepare BuddyPress to welcome the BP REST API 2019-08-28 20:38:00 +00:00
testcases Ensure cached data is cleared in BP_XProfile_ProfileData::delete_data_for_user(). 2020-11-11 23:29:36 +00:00
bootstrap.php Tests: new base class for BP_Email tests. 2016-02-06 19:26:09 +00:00
codecoverage.xml Travis-CI: disable xdebug globally and switch travis:codecoverage to use xdebug instead of phpdbg. 2016-08-08 13:36:32 +00:00
multisite.xml Grunt: move phpUnit tests into new, top-level tests folder. 2014-05-04 12:57:55 +00:00