Changeset 47366 for trunk/tests/phpunit/tests/comment/template.php
- Timestamp:
- 02/25/2020 05:32:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/template.php
r47276 r47366 41 41 42 42 $this->assertEquals( sprintf( _n( '%s Comment', '%s Comments', 6 ), '6' ), $comments_number_text ); 43 44 ob_start(); 45 comments_number( false, false, false, $post_id ); 46 $comments_number_text = ob_get_clean(); 47 48 $this->assertEquals( sprintf( _n( '%s Comment', '%s Comments', 6 ), '6' ), $comments_number_text ); 49 43 50 } 44 51
Note: See TracChangeset
for help on using the changeset viewer.