Changeset 5955
- Timestamp:
- 11/25/2015 08:05:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/topics/functions/update-last-thing.php
r5917 r5955 43 43 ) ); 44 44 45 bbp_update_topic_last_active_id( $t );45 bbp_update_topic_last_active_id( $t, $r2[1] ); 46 46 $id = bbp_get_topic_last_active_id( $t ); 47 47 $this->assertSame( $r2[1], $id ); … … 125 125 ) ); 126 126 127 bbp_update_topic_last_reply_id( $t );127 bbp_update_topic_last_reply_id( $t, $r2[1] ); 128 128 $id = bbp_get_topic_last_reply_id( $t ); 129 129 $this->assertSame( $r2[1], $id );
Note: See TracChangeset
for help on using the changeset viewer.