Skip to:
Content

BuddyPress.org


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

Declare paths explicitly when using the blogs factory in the unit tests

File:
1 edited

Legend:

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

    r8406 r8596  
    7070        $blog_id = $this->factory->blog->create( array(
    7171            'user_id' => $this->administrator,
    72             'title'   => 'Test Title'
     72            'title'   => 'Test Title',
     73            'path'    => '/path' . time() . '/',
    7374        ) );
    7475
Note: See TracChangeset for help on using the changeset viewer.