1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-23 21:06:56 +08:00
buddypress/tests/phpunit/testcases/groups
Mathieu Viet 547dcafabf Eventually include inactive users in group's members count
When the **Community Site Administrator** decides to add an inactive user 
as a member of a group from the Group's WP Admin screen, we need to 
include them into the group's members count to remain consistent with the 
fact:
- an activity is created inside the group to inform this inactive user 
joined the group
- the group's members list is including this user.

Props dcavins, sjregan, espellcaste

Closes https://github.com/buddypress/buddypress/pull/33
Fixes #7614



git-svn-id: https://buddypress.svn.wordpress.org/trunk@13357 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2022-11-07 20:32:51 +00:00
..
functions PHPUnit: set $groups_template prop in BP_Tests_Get_Groups_Param 2022-10-06 01:47:25 +00:00
template Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
activity.php Improve i18n of Groups activity updates action string 2019-05-11 13:33:14 +00:00
avatars.php Use static factory method throughout PHPUnit tests. 2017-11-03 19:44:10 +00:00
cache.php Improving the group member count routine and the function helper. 2021-09-09 14:01:40 +00:00
class-bp-group-extension.php Improve behavior of bp_init_group_extensions(). 2021-12-23 14:27:58 +00:00
class-bp-group-member-query.php Update BP_Group_Member_Query for Invitation API compatibility. 2019-08-12 20:43:44 +00:00
class-bp-groups-group.php Support date queries for Members, Groups and Sites 2021-12-12 14:09:02 +00:00
class-bp-groups-member.php Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
functions.php Eventually include inactive users in group's members count 2022-11-07 20:32:51 +00:00
notifications.php Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
template.php Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
types.php Fully enjoy Yoast’s PHPUnit polyfills 2022-08-13 08:58:51 +00:00
user_can.php Invitations: Allow invitations to public groups. 2019-08-12 20:45:50 +00:00