mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Tests: Correct the @ticket reference in wp_terms_checklist() tests.
Follow-up to [48880]. See #53363, #51137. git-svn-id: https://develop.svn.wordpress.org/trunk@51858 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
class Tests_Admin_IncludesTemplate extends WP_UnitTestCase {
|
||||
|
||||
/**
|
||||
* @ticket 51147
|
||||
* @ticket 51137
|
||||
* @dataProvider data_wp_terms_checklist_with_selected_cats
|
||||
*/
|
||||
public function test_wp_terms_checklist_with_selected_cats( $term_id ) {
|
||||
@@ -21,7 +21,7 @@ class Tests_Admin_IncludesTemplate extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @ticket 51147
|
||||
* @ticket 51137
|
||||
* @dataProvider data_wp_terms_checklist_with_selected_cats
|
||||
*/
|
||||
public function test_wp_terms_checklist_with_popular_cats( $term_id ) {
|
||||
|
||||
Reference in New Issue
Block a user