Changeset 53684 for trunk/tests/phpunit/tests/category.php
- Timestamp:
- 07/07/2022 11:00:07 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/category.php
r52010 r53684 19 19 * 20 20 * @expectedDeprecated get_all_category_ids 21 * 22 * @covers ::get_all_category_ids 21 23 */ 22 24 public function test_get_all_category_ids() { … … 35 37 /** 36 38 * Validate get_category_by_slug function 39 * 40 * @covers ::get_category_by_slug 37 41 */ 38 42 public function test_get_category_by_slug() { … … 65 69 /** 66 70 * Validate _make_cat_compat function 71 * 72 * @covers ::_make_cat_compat 67 73 */ 68 74 public function test__make_cat_compat() { … … 142 148 /** 143 149 * Validate get_cat_name function 150 * 151 * @covers ::get_cat_name 144 152 */ 145 153 public function test_get_cat_name() { … … 162 170 /** 163 171 * Validate get_cat_name function 172 * 173 * @covers ::get_cat_ID 164 174 */ 165 175 public function test_get_cat_ID() { … … 182 192 /** 183 193 * Validate get_category_by_path function 194 * 195 * @covers ::get_category_by_path 184 196 */ 185 197 public function test_get_category_by_path() {
Note: See TracChangeset
for help on using the changeset viewer.