Skip to:
Content

bbPress.org

Changeset 5861


Ignore:
Timestamp:
07/16/2015 07:21:15 AM (9 years ago)
Author:
netweb
Message:

Tests: Remove unused test assertion test_bbp_get_forum_last_reply_id()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/testcases/forums/template/get-last-thing.php

    r5844 r5861  
    204204        $f = $this->factory->forum->create();
    205205
    206     //  $forum = bbp_get_forum_last_reply_id( $f );
    207     //  $this->assertSame( 'bbp_get_forum_last_reply_id', $forum );
    208     //  $f = $this->factory->forum->create();
    209 
    210206        $t = $this->factory->topic->create( array(
    211207            'post_parent' => $f,
Note: See TracChangeset for help on using the changeset viewer.