Changeset 5861
- Timestamp:
- 07/16/2015 07:21:15 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/forums/template/get-last-thing.php
r5844 r5861 204 204 $f = $this->factory->forum->create(); 205 205 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 210 206 $t = $this->factory->topic->create( array( 211 207 'post_parent' => $f,
Note: See TracChangeset
for help on using the changeset viewer.