Changeset 6436
- Timestamp:
- 05/27/2017 03:16:26 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/topics/template/get-last-thing.php
r5929 r6436 157 157 ) ); 158 158 159 $topic_last_reply_permalink = bbp_get_ topic_last_reply_permalink( $f );159 $topic_last_reply_permalink = bbp_get_forum_last_topic_permalink( $f ); 160 160 $this->assertSame( bbp_get_topic_permalink( $t ), $topic_last_reply_permalink ); 161 161 … … 168 168 ) ); 169 169 170 $topic_last_reply_permalink = bbp_get_topic_last_reply_permalink( $ f);170 $topic_last_reply_permalink = bbp_get_topic_last_reply_permalink( $t ); 171 171 $this->assertSame( bbp_get_reply_permalink( $r ), $topic_last_reply_permalink ); 172 172 }
Note: See TracChangeset
for help on using the changeset viewer.