Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/06/2022 10:14:05 PM (3 years ago)
Author:
imath
Message:

Add missing global cache groups

Props nickchomey, dcavins

See #8590

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/members/types.php

    r13314 r13336  
    267267        }
    268268
    269         $this->assertFalse( wp_cache_get( $u, 'bp_member_type' ) );
     269        $this->assertFalse( wp_cache_get( $u, 'bp_member_member_type' ) );
    270270        $this->assertFalse( bp_get_member_type( $u ) );
    271271    }
Note: See TracChangeset for help on using the changeset viewer.