Skip to:
Content

BuddyPress.org

Changeset 8594


Ignore:
Timestamp:
07/11/2014 07:29:53 PM (10 years ago)
Author:
boonebgorges
Message:

Ensure that blog paths are unique during blogs unit tests

WP's UnitTest_Generator_Sequence() tool is not working correctly here for some
reason.

See #5749

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/blogs/class-bp-blogs-blog.php

    r8506 r8594  
    5252            'title' => 'The Foo Bar Blog',
    5353            'user_id' => $u,
     54            'path' => __METHOD__ . time(),
    5455        ) );
    5556        bp_blogs_record_existing_blogs();
     
    8182            'title' => 'Foo Bar Blog',
    8283            'user_id' => $u,
     84            'path' => __METHOD__ . time(),
    8385        ) );
    8486        bp_blogs_record_existing_blogs();
Note: See TracChangeset for help on using the changeset viewer.