Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/05/2022 05:25:42 AM (2 years ago)
Author:
imath
Message:

Update the GH action WP testing matrix, WP PHPunit and @wordpress/env

This commit also fixes:

  • a GH action issue when testing WP < 6.1. In this case we need to downgrade WP PHPunit to a version lower than 6.1.0 to avoid @wordpress/env unit test command to fail (Internal Server Error).
  • the database error when running the BP_Tests_Groups_Functions test.

Closes https://github.com/buddypress/buddypress/pull/34
Fixes #8759

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/groups/functions.php

    r13280 r13355  
    1919
    2020    static public function wpTearDownAfterClass() {
     21        array_map( 'groups_delete_group', self::$group_ids );
    2122        array_map( array( __CLASS__, 'delete_user' ), self::$user_ids );
    22         array_map( 'groups_delete_group', self::$group_ids );
    2323    }
    2424
Note: See TracChangeset for help on using the changeset viewer.