Changeset 5881 for trunk/tests/phpunit/testcases/topics/template/links.php
- Timestamp:
- 07/24/2015 11:58:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/topics/template/links.php
r5880 r5881 84 84 $link = bbp_get_topic_freshness_link( $t ); 85 85 $this->assertSame( '<a href="http://' . WP_TESTS_DOMAIN . '/?topic=topic-1/#post-' . bbp_get_reply_id( $r2 ) . '" title="Reply To: ' . bbp_get_topic_title( $t ) . '">2 days, 12 hours ago</a>', $link ); 86 87 // Retore the user88 $this->set_current_user( $this->old_current_user );89 86 } 90 87
Note: See TracChangeset
for help on using the changeset viewer.