Changeset 53684
- Timestamp:
- 07/07/2022 11:00:07 PM (2 years ago)
- Location:
- trunk/tests/phpunit/tests
- Files:
-
- 9 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() { -
trunk/tests/phpunit/tests/category/categoryDescription.php
r46586 r53684 3 3 /** 4 4 * @group taxonomy 5 * 5 6 * @covers ::category_description 6 7 */ -
trunk/tests/phpunit/tests/category/getCategories.php
r46586 r53684 4 4 * @group taxonomy 5 5 * @group category.php 6 * 7 * @covers ::get_categories 6 8 */ 7 9 class Tests_Category_GetCategories extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/category/getCategoryLink.php
r46586 r53684 3 3 /** 4 4 * @group taxonomy 5 * 5 6 * @covers ::get_category_link 6 7 */ -
trunk/tests/phpunit/tests/category/getCategoryParents.php
r51568 r53684 3 3 /** 4 4 * @group taxonomy 5 * 6 * @covers ::get_category_parents 5 7 */ 6 8 class Tests_Category_GetCategoryParents extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/category/getTheCategoryById.php
r46586 r53684 3 3 /** 4 4 * @group taxonomy 5 * 5 6 * @covers ::get_the_category_by_ID 6 7 */ -
trunk/tests/phpunit/tests/category/walkerCategory.php
r51657 r53684 3 3 * @group taxonomy 4 4 * @group walker 5 * 6 * @covers Walker_Category::start_el 5 7 */ 6 8 class Tests_Category_Walker_Category extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/category/wpDropdownCategories.php
r51566 r53684 3 3 * @group taxonomy 4 4 * @group category.php 5 * 6 * @covers ::wp_dropdown_categories 5 7 */ 6 8 class Tests_Category_WpDropdownCategories extends WP_UnitTestCase { -
trunk/tests/phpunit/tests/category/wpListCategories.php
r51566 r53684 3 3 /** 4 4 * @group taxonomy 5 * 6 * @covers ::wp_list_categories 5 7 */ 6 8 class Tests_Category_WpListCategories extends WP_UnitTestCase {
Note: See TracChangeset
for help on using the changeset viewer.