Changeset 5914 for trunk/tests/phpunit/testcases/topics/template/links.php
- Timestamp:
- 08/15/2015 07:26:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/topics/template/links.php
r5881 r5914 154 154 155 155 $link = bbp_get_topic_freshness_link( $t ); 156 $this->assertSame( '<a href="http:// example.org/?topic=topic-1/#post-' . bbp_get_reply_id( $r3 ) . '" title="Reply To: ' . bbp_get_topic_title( $t ) . '">14 hours ago</a>', $link );156 $this->assertSame( '<a href="http://' . WP_TESTS_DOMAIN . '/?topic=topic-1/#post-' . bbp_get_reply_id( $r3 ) . '" title="Reply To: ' . bbp_get_topic_title( $t ) . '">14 hours ago</a>', $link ); 157 157 158 158 // Todo: Use bbp_trash_reply() and not wp_trash_post()
Note: See TracChangeset
for help on using the changeset viewer.