From aaf689a48f4ab9438570b6874dbeb111adbbf446 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 12 Jan 2022 23:29:03 +0000 Subject: [PATCH] Tests: Trac ticket number correction after changeset [52569]. Follow-up to [52569]. See #54798. git-svn-id: https://develop.svn.wordpress.org/trunk@52570 602fd350-edb4-49c9-b593-d223f7449a82 --- tests/phpunit/tests/admin/includesPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/tests/admin/includesPlugin.php b/tests/phpunit/tests/admin/includesPlugin.php index 52a4b509e9..18e08ec03c 100644 --- a/tests/phpunit/tests/admin/includesPlugin.php +++ b/tests/phpunit/tests/admin/includesPlugin.php @@ -327,7 +327,7 @@ class Tests_Admin_IncludesPlugin extends WP_UnitTestCase { /** * Passing a string as position will fail in menu. * - * @ticket 48599 + * @ticket 54798 */ public function test_passing_string_as_position_fires_doing_it_wrong_menu() { $this->setExpectedIncorrectUsage( 'add_menu_page' );