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