Changeset 56548 for trunk/tests/phpunit/tests/comment/template.php
- Timestamp:
- 09/08/2023 10:01:14 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/comment/template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/template.php
r56547 r56548 70 70 71 71 $this->assertSame( sprintf( _n( '%s Comment', '%s Comments', 6 ), '6' ), $comments_number_text ); 72 73 72 } 74 73 … … 94 93 95 94 $this->assertSame( sprintf( _n( '%s Comment', '%s Comments', 2 ), '2' ), get_comments_number_text() ); 96 97 95 } 98 96
Note: See TracChangeset
for help on using the changeset viewer.