Changeset 8023
- Timestamp:
- 03/03/2014 01:48:51 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/xprofile/class-bp-xprofile-profiledata.php
r8012 r8023 55 55 56 56 // Fake the cache 57 wp_cache_set( $f, 'foo', 'bp_xprofile_data_' . $u ); 57 $c = new stdClass; 58 $c->id = 3; 59 wp_cache_set( $f, $c, 'bp_xprofile_data_' . $u ); 58 60 59 61 $this->assertTrue( $d->exists() );
Note: See TracChangeset
for help on using the changeset viewer.