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
Renato Alves 0a46516c3a Code Modernization: address the only, so far, two issues related to PHP 8.5.
* Instances of using `null` as an array offset.
* `ArrayIterator::__construct()`: Using an object as a backing array for ArrayIterator is deprecated.

Reference: https://wiki.php.net/rfc/deprecations_php_8_5\#deprecate_arrayobject_and_arrayiterator_with_objects

Follow-up to [14147].

Props espellcaste.

Closes https://github.com/buddypress/buddypress/pull/425
Fixes #9313 (14.0)

git-svn-id: https://buddypress.svn.wordpress.org/branches/14.0@14150 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2025-12-16 16:29:43 +00:00
..
activity Code Modernization: address the only, so far, two issues related to PHP 8.5. 2025-12-16 16:29:43 +00:00
admin Improve the page / buddypress post types slugs unicity checks 2024-03-24 07:39:16 +00:00
blogs Make Activity loop reliable when post & activity comments are synced 2023-11-10 02:09:10 +00:00
core 14.2.1 version bumps (branch 14.0) 2024-10-22 20:51:48 +00:00
friends Improve comparison consistency in BP_Friends_Friendship 2023-02-23 00:04:36 +00:00
groups Groups: joining a group needs to wait for group status to be defined 2024-05-26 04:56:49 +00:00
members Spamming users/Multisite: WP spam marker value is now the '1' string 2024-06-02 06:35:51 +00:00
messages Unit tests are run with Memcache or/and Redis in CI (Continuous Integration) 2024-05-11 02:15:24 +00:00
notifications Restrict bulk notification management to owner (14.0 branch). 2025-03-20 18:37:00 +00:00
routing The is_home() returns false on BuddyPress pages. 2025-12-15 02:57:47 +00:00
settings Improve sanitization of email notification settings. 2015-11-11 03:22:53 +00:00
testsuite Use static factory method throughout PHPUnit tests. 2017-11-03 19:44:10 +00:00
xprofile While pulling XProfile group fields objects from cache with the BP_XProfile_Group::get method, 2024-04-20 18:48:57 +00:00