Changeset 13305 for trunk/tests/phpunit/testcases/activity/actions.php
- Timestamp:
- 07/26/2022 02:08:37 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/activity/actions.php
r13135 r13305 242 242 $a = $this->activity_exists_for_post( $post_id, 'new_post', true ); 243 243 244 $this->assertSame( $post->post_content, $a->content, 'The Activity about a published post type should be updated when the post content has changed.' );244 $this->assertSame( bp_activity_create_summary( $post->post_content, (array) $a ), $a->content, 'The Activity about a published post type should be updated when the post content has changed.' ); 245 245 } 246 246
Note: See TracChangeset
for help on using the changeset viewer.