Changeset 5789
- Timestamp:
- 05/23/2015 05:55:46 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/testcases/common/query.php
r5787 r5789 146 146 $count = count( bbp_get_all_child_ids( $t1[0], bbp_get_reply_post_type() ) ); 147 147 $this->assertSame( 7, $count ); 148 149 /* Total sub forums, topics, and replies ******************************/150 151 $count = count( bbp_get_all_child_ids( $f ) );152 $this->assertSame( 0, $count );153 148 } 154 149 }
Note: See TracChangeset
for help on using the changeset viewer.