Changeset 8597 for trunk/tests/phpunit/testcases/url/url.php
- Timestamp:
- 07/11/2014 08:47:19 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/testcases/url/url.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/url/url.php
r8596 r8597 50 50 $original_root_blog = bp_get_root_blog_id(); 51 51 $blog_id = $this->factory->blog->create( array( 52 'path' => '/path' . time() . '/',52 'path' => '/path' . rand() . time() . '/', 53 53 ) ); 54 54 buddypress()->root_blog_id = $blog_id;
Note: See TracChangeset
for help on using the changeset viewer.