Changeset 53863 for trunk/tests/phpunit/tests/comment/template.php
- Timestamp:
- 08/08/2022 11:12:30 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/comment/template.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/template.php
r52010 r53863 20 20 } 21 21 22 /** 23 * @covers ::get_comments_number 24 */ 22 25 public function test_get_comments_number() { 23 26 $post_id = self::$post_id; … … 33 36 } 34 37 38 /** 39 * @covers ::get_comments_number 40 */ 35 41 public function test_get_comments_number_without_arg() { 36 42 $post_id = self::$post_id; … … 48 54 /** 49 55 * @ticket 48772 56 * 57 * @covers ::get_comments_number_text 50 58 */ 51 59 public function test_get_comments_number_text_with_post_id() { … … 67 75 /** 68 76 * @ticket 13651 77 * 78 * @covers ::get_comments_number_text 69 79 */ 70 80 public function test_get_comments_number_text_declension_with_default_args() { … … 90 100 * @ticket 13651 91 101 * @dataProvider data_get_comments_number_text_declension 102 * 103 * @covers ::get_comments_number_text 92 104 */ 93 105 public function test_get_comments_number_text_declension_with_custom_args( $number, $input, $output ) {
Note: See TracChangeset
for help on using the changeset viewer.