- Timestamp:
- 07/11/2014 08:47:19 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/blogs/class-bp-blogs-blog.php
r8594 r8597 52 52 'title' => 'The Foo Bar Blog', 53 53 'user_id' => $u, 54 'path' => __METHOD__ . time(),54 'path' => '/path' . rand() . time() . '/', 55 55 ) ); 56 56 bp_blogs_record_existing_blogs(); … … 82 82 'title' => 'Foo Bar Blog', 83 83 'user_id' => $u, 84 'path' => __METHOD__ . time(),84 'path' => '/path' . rand() . time() . '/', 85 85 ) ); 86 86 bp_blogs_record_existing_blogs();
Note: See TracChangeset
for help on using the changeset viewer.