Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/11/2014 08:47:19 PM (12 years ago)
Author:
boonebgorges
Message:

More improvements to path generation in blog-related unit tests

Again, we're trying to avoid duplicate paths, so that WP doesn't throw a
hissy fit when trying to use the blog factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/core/avatars.php

    r8596 r8597  
    7171            'user_id' => $this->administrator,
    7272            'title'   => 'Test Title',
    73             'path'    => '/path' . time() . '/',
     73            'path'    => '/path' . rand() . time() . '/',
    7474        ) );
    7575
Note: See TracChangeset for help on using the changeset viewer.