Changeset 5872
- Timestamp:
- 07/20/2015 01:46:52 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/forums/template/get-last-thing.php
r5871 r5872 415 415 $this->assertSame( 0, bbp_get_forum_last_topic_id( $f ) ); 416 416 417 // Get the forums last reply id _bbp_last_reply_id 418 $this->assertSame( 0, bbp_get_forum_last_reply_id( $f ) ); 419 417 420 $t = $this->factory->topic->create( array( 418 421 'post_parent' => $f, … … 437 440 ) ); 438 441 442 // Get the forums last reply id _bbp_last_reply_id 443 $this->assertSame( $r, bbp_get_forum_last_reply_id( $f ) ); 444 439 445 // Get the topics last reply id _bbp_last_reply_id 440 446 $this->assertSame( $r, bbp_get_topic_last_reply_id( $t ) );
Note: See TracChangeset
for help on using the changeset viewer.