Changeset 8132 for trunk/tests/testcases/xprofile/functions.php
- Timestamp:
- 03/14/2014 12:50:26 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/xprofile/functions.php
r8131 r8132 418 418 $g = $this->factory->xprofile_group->create(); 419 419 $this->assertSame( '', bp_xprofile_get_meta( $g, 'group', 'foo' ) ); 420 $this->assert True( bp_xprofile_update_meta( $g, 'group', 'foo', 'bar' ) );420 $this->assertNotEmpty( bp_xprofile_update_meta( $g, 'group', 'foo', 'bar' ) ); 421 421 $this->assertSame( 'bar', bp_xprofile_get_meta( $g, 'group', 'foo' ) ); 422 422 }
Note: See TracChangeset
for help on using the changeset viewer.