Changeset 6114 for trunk/tests/phpunit/testcases/users/functions/counts.php
- Timestamp:
- 11/02/2016 10:24:30 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/users/functions/counts.php
r5919 r6114 183 183 $count = bbp_get_user_topic_count_raw( $u ); 184 184 $this->assertSame( 6, $count ); 185 186 $t = $this->factory->topic->create( array( 187 'post_author' => $u, 188 ) ); 189 190 bbp_close_topic( $t ); 191 192 $count = bbp_get_user_topic_count_raw( $u ); 193 $this->assertSame( 7, $count ); 185 194 } 186 195
Note: See TracChangeset
for help on using the changeset viewer.