Changeset 8132 for trunk/tests/testcases/activity/functions.php
- Timestamp:
- 03/14/2014 12:50:26 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/tests/testcases/activity/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/testcases/activity/functions.php
r8131 r8132 165 165 $a = $this->factory->activity->create(); 166 166 $this->assertSame( '', bp_activity_get_meta( $a, 'foo' ), '"foo" meta should be empty for this activity item.' ); 167 $this->assert True( bp_activity_update_meta( $a, 'foo', 'bar' ) );167 $this->assertNotEmpty( bp_activity_update_meta( $a, 'foo', 'bar' ) ); 168 168 $this->assertSame( 'bar', bp_activity_get_meta( $a, 'foo' ) ); 169 169 }
Note: See TracChangeset
for help on using the changeset viewer.