- Timestamp:
- 02/09/2014 12:05:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/xprofile/class-bp-xprofile-profiledata.php
r7808 r7835 226 226 'field_group_id' => $g->id, 227 227 ) ); 228 229 $time = bp_core_current_time(); 228 230 229 231 // Fake the cache … … 365 367 $d1->value = 'foo'; 366 368 $d1->last_updated = $time; 369 $d1->id = 1; 367 370 368 371 $d2 = new stdClass; … … 371 374 $d2->value = 'bar'; 372 375 $d2->last_updated = $time; 376 $d2->id = 2; 373 377 374 378 wp_cache_set( $f1->id, $d1, 'bp_xprofile_data_' . $u );
Note: See TracChangeset
for help on using the changeset viewer.