Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/24/2015 11:58:08 AM (10 years ago)
Author:
netweb
Message:

Tests: Remove debug fragment leftover in test_bbp_get_topic_freshness_link() missed in r5880

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/topics/template/links.php

    r5880 r5881  
    8484        $link = bbp_get_topic_freshness_link( $t );
    8585        $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 user
    88         $this->set_current_user( $this->old_current_user );
    8986    }
    9087
Note: See TracChangeset for help on using the changeset viewer.