Skip to:
Content

bbPress.org

Changeset 6436


Ignore:
Timestamp:
05/27/2017 03:16:26 AM (7 years ago)
Author:
johnjamesjacoby
Message:

Tests: update test_bbp_get_topic_last_reply_permalink() to use bbp_get_forum_last_topic_permalink().

File:
1 edited

Legend:

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

    r5929 r6436  
    157157        ) );
    158158
    159         $topic_last_reply_permalink = bbp_get_topic_last_reply_permalink( $f );
     159        $topic_last_reply_permalink = bbp_get_forum_last_topic_permalink( $f );
    160160        $this->assertSame( bbp_get_topic_permalink( $t ), $topic_last_reply_permalink );
    161161
     
    168168        ) );
    169169
    170         $topic_last_reply_permalink = bbp_get_topic_last_reply_permalink( $f );
     170        $topic_last_reply_permalink = bbp_get_topic_last_reply_permalink( $t );
    171171        $this->assertSame( bbp_get_reply_permalink( $r ), $topic_last_reply_permalink );
    172172    }
Note: See TracChangeset for help on using the changeset viewer.