diff --git tests/phpunit/testcases/topics/template/counts.php tests/phpunit/testcases/topics/template/counts.php
index c0212b7..fb44a6b 100644
|
|
class BBP_Tests_Topics_Template_Counts extends BBP_UnitTestCase { |
33 | 33 | ) |
34 | 34 | ) ); |
35 | 35 | |
36 | | bbp_clean_post_cache( $t ); |
37 | 36 | bbp_update_topic_reply_count( $t ); |
38 | 37 | |
39 | 38 | // Output |
… |
… |
class BBP_Tests_Topics_Template_Counts extends BBP_UnitTestCase { |
76 | 75 | ) |
77 | 76 | ) ); |
78 | 77 | |
79 | | bbp_clean_post_cache( $t ); |
80 | 78 | bbp_update_topic_reply_count( $t ); |
81 | 79 | |
82 | 80 | // Output |