Changeset 56971 for trunk/tests/phpunit/tests/term.php
- Timestamp:
- 10/19/2023 01:51:04 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term.php
r56650 r56971 3 3 /** 4 4 * @group taxonomy 5 * @group category 5 6 */ 6 7 class Tests_Term extends WP_UnitTestCase { … … 128 129 } 129 130 130 /**131 * @group category.php132 */133 131 public function test_term_is_ancestor_of() { 134 132 $term = rand_str();
Note: See TracChangeset
for help on using the changeset viewer.