Changeset 60689
- Timestamp:
- 08/29/2025 12:50:07 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/term/termExists.php (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/term/termExists.php
r60676 r60689 3 3 /** 4 4 * @group taxonomy 5 * 6 * @covers ::term_exists 5 7 */ 6 8 class Tests_TermExists extends WP_UnitTestCase { … … 274 276 /** 275 277 * @ticket 36949 276 * @covers ::term_exists()277 278 */ 278 279 public function test_term_lookup_by_id_and_update() { … … 296 297 /** 297 298 * @ticket 36949 298 * @covers ::term_exists()299 299 */ 300 300 public function test_term_lookup_by_slug_and_update() { … … 318 318 /** 319 319 * @ticket 36949 320 * @covers ::term_exists()321 320 */ 322 321 public function test_term_exists_caching() { … … 346 345 /** 347 346 * @ticket 36949 348 * @covers ::term_exists()349 347 */ 350 348 public function test_term_exists_caching_suspend_cache_invalidation() { … … 372 370 /** 373 371 * @ticket 36949 374 * @covers ::term_exists()375 372 */ 376 373 public function test_term_exists_caching_by_int_suspend_cache_invalidation() { … … 405 402 /** 406 403 * @ticket 55358 407 * @covers ::term_exists()408 404 */ 409 405 public function test_term_exists_with_numeric_parent_term() { … … 445 441 /** 446 442 * @ticket 55358 447 * @covers ::term_exists()448 443 */ 449 444 public function test_term_exists_with_non_numeric_parent_term() { … … 485 480 /** 486 481 * @ticket 55358 487 * @covers ::term_exists()488 482 */ 489 483 public function test_term_exists_with_empty_taxonomy_and_numeric_parent() { … … 520 514 /** 521 515 * @ticket 55358 522 * @covers ::term_exists()523 516 */ 524 517 public function test_term_exists_with_wordpress_categories() {
Note: See TracChangeset
for help on using the changeset viewer.