Skip to:
Content

BuddyPress.org

Opened 4 months ago

Closed 4 months ago

#9166 closed task (fixed)

Failing test with WP trunk

Reported by: imath's profile imath Owned by: netweb's profile netweb
Milestone: 14.0.0 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch has-unit-tests
Cc:

Description

Looks like WordPress has edited something into their WP Unit tests.

1) BP_Tests_Members_Functions::test_bp_core_process_spammer_status_make_spam_user_filter
Undefined property: BP_Tests_Members_Functions::$filter_fired

/var/www/html/wp-content/plugins/buddypress/tests/phpunit/testcases/members/functions.php:520

Change History (2)

This ticket was mentioned in PR #309 on buddypress/buddypress by imath.


4 months ago
#1

  • Keywords has-patch has-unit-tests added; needs-patch removed

As I am not getting the issue on my local dev with latest WordPress trunk, it's safer to use this PR to check it actually fix the issue.

Trac ticket: https://buddypress.trac.wordpress.org/ticket/9166

#2 @imath
4 months ago

  • Resolution set to fixed
  • Status changed from new to closed

In 13894:

Spamming users/Multisite: WP spam marker value is now the '1' string

See https://core.trac.wordpress.org/changeset/58261/

Fixes #9166
Closes https://github.com/buddypress/buddypress/pull/309

Note: See TracTickets for help on using tickets.