Tests: Add a @ticket reference for WP_Customize_Manager::trash_changeset_post() test.

Follow-up to [56043], [57238], [57241].

Props mukesh27.
See #60183.

git-svn-id: https://develop.svn.wordpress.org/trunk@57242 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2024-01-05 11:38:34 +00:00
parent e43275b61c
commit cb85d888a0

View File

@ -2153,6 +2153,7 @@ class Tests_WP_Customize_Manager extends WP_UnitTestCase {
/**
* Test that trash_changeset_post() passes the correct number of arguments to post trash hooks.
*
* @ticket 60183
* @covers WP_Customize_Manager::trash_changeset_post
*/
public function test_trash_changeset_post_passes_all_arguments_to_trash_hooks() {