1
0
Fork 0
mirror of https://github.com/buddypress/buddypress.git synced 2026-07-22 20:56:55 +08:00
buddypress/tests/phpunit/testcases/members
Renato Alves 18f29dbfe8
Some checks failed
Unit Tests / tests (false, , 7.4, 6.4) (push) Has been cancelled
Unit Tests / tests (false, , 8.1, latest) (push) Has been cancelled
Unit Tests / tests (false, , 8.2, 6.4) (push) Has been cancelled
Unit Tests / tests (false, memcached, 8.3, trunk) (push) Has been cancelled
Unit Tests / tests (false, redis, 8.5, trunk) (push) Has been cancelled
Unit Tests / tests (true, , 7.4, 6.4) (push) Has been cancelled
Unit Tests / tests (true, memcached, 8.5, 6.9) (push) Has been cancelled
Unit Tests / tests (true, redis, 8.3, trunk) (push) Has been cancelled
Unit Tests / tests (true, redis, 8.4, trunk) (push) Has been cancelled
Switch the function that updates the spam status of the member on multisite configs and deprecate bp_core_update_member_status.
Since WordPress 5.3, the user status is now updated using the globally available `wp_update_user()` function. So let us use it instead and deprecate `bp_core_update_member_status()`.

It includes some minor Docblock changes.

Props imath.

Closes https://github.com/buddypress/buddypress/pull/434/
See #9173
Fixes #9167

git-svn-id: https://buddypress.svn.wordpress.org/trunk@14195 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2026-01-02 19:10:26 +00:00
..
template Unit Tests: Conducted a thorough review of existing unit tests files and improved them to ensure robustness. 2024-07-27 16:30:23 +00:00
activity.php Unit Tests: Conducted a thorough review of existing unit tests files and improved them to ensure robustness. 2024-07-27 16:30:23 +00:00
cache.php Use static factory method throughout PHPUnit tests. 2017-11-03 19:44:10 +00:00
class-bp-signup.php Misc changes to the signups and pending accounts. 2024-11-03 18:44:17 +00:00
functions.php Switch the function that updates the spam status of the member on multisite configs and deprecate bp_core_update_member_status. 2026-01-02 19:10:26 +00:00
template.php A user is no longer de-authenticated when making REST API requests. 2024-11-03 18:19:06 +00:00
test-controller.php A user is no longer de-authenticated when making REST API requests. 2024-11-03 18:19:06 +00:00
test-member-avatar-controller.php A user is no longer de-authenticated when making REST API requests. 2024-11-03 18:19:06 +00:00
test-member-cover-controller.php A user is no longer de-authenticated when making REST API requests. 2024-11-03 18:19:06 +00:00
test-signup-controller.php PHPUnit: disable a test temporarily since it is flaky on CI environments. 2025-12-17 13:48:48 +00:00
types.php Add missing global cache groups 2022-10-06 22:14:05 +00:00