Changeset 8596
- Timestamp:
- 07/11/2014 08:33:57 PM (12 years ago)
- Location:
- trunk/tests/phpunit/testcases
- Files:
-
- 2 edited
-
core/avatars.php (modified) (1 diff)
-
url/url.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/core/avatars.php
r8406 r8596 70 70 $blog_id = $this->factory->blog->create( array( 71 71 'user_id' => $this->administrator, 72 'title' => 'Test Title' 72 'title' => 'Test Title', 73 'path' => '/path' . time() . '/', 73 74 ) ); 74 75 -
trunk/tests/phpunit/testcases/url/url.php
r8114 r8596 49 49 if ( is_multisite() ) { 50 50 $original_root_blog = bp_get_root_blog_id(); 51 $blog_id = $this->factory->blog->create(); 51 $blog_id = $this->factory->blog->create( array( 52 'path' => '/path' . time() . '/', 53 ) ); 52 54 buddypress()->root_blog_id = $blog_id; 53 55
Note: See TracChangeset
for help on using the changeset viewer.