Skip to:
Content

BuddyPress.org

Changeset 9610


Ignore:
Timestamp:
03/10/2015 03:43:22 PM (10 years ago)
Author:
boonebgorges
Message:

Increase term fixture offset in test_bp_get_member_type_should_not_conflict_with_term_cache().

When certain groups of tests are run, 5 tags is not enough to ensure a user ID
clash.

File:
1 edited

Legend:

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

    r9575 r9610  
    215215
    216216        // Offset IDs.
    217         $dummy_terms = $this->factory->tag->create_many( 5 );
     217        $dummy_terms = $this->factory->tag->create_many( 7 );
    218218
    219219        $u1 = $this->factory->user->create();
Note: See TracChangeset for help on using the changeset viewer.