Changeset 8133 for trunk/tests/testcases/xprofile/functions.php
- Timestamp:
- 03/14/2014 01:04:58 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/xprofile/functions.php
r8132 r8133 315 315 bp_xprofile_update_meta( $g, 'group', 'foo2', 'bar' ); 316 316 317 $expected = array( 'bar', 'bar', ); 317 $expected = array( 318 'foo' => array( 319 'bar', 320 ), 321 'foo2' => array( 322 'bar', 323 ), 324 ); 318 325 $this->assertSame( $expected, bp_xprofile_get_meta( $g, 'group' ) ); 319 326 }
Note: See TracChangeset
for help on using the changeset viewer.