Changeset 37997
- Timestamp:
- 07/07/2016 10:44:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/template.php
r37987 r37997 79 79 } 80 80 81 /** 82 * Data provider for test_get_comments_number_text_declension_with_custom_args(). 83 * 84 * @return array { 85 * @type array { 86 * @type int $comments_number The number of comments passed to get_comments_number_text(). 87 * @type string $input Custom text for comments number, e.g. '%s Comments'. 88 * @type string $output The expected output with the correct plural form of '%s Comments'. 89 * } 90 * } 91 */ 81 92 function data_get_comments_number_text_declension() { 82 93 return array(
Note: See TracChangeset
for help on using the changeset viewer.