From a985e54196fb43b620cb74a8a10e144131631370 Mon Sep 17 00:00:00 2001 From: Anton Vlasenko Date: Mon, 2 Sep 2024 18:27:02 +0200 Subject: [PATCH] Fix the @ticket numbers. --- .../tests/rest-api/wpRestTemplateAutosavesController.php | 2 +- .../tests/rest-api/wpRestTemplateRevisionsController.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/tests/rest-api/wpRestTemplateAutosavesController.php b/tests/phpunit/tests/rest-api/wpRestTemplateAutosavesController.php index 0109f6f5087b5..a94cd600c5c52 100644 --- a/tests/phpunit/tests/rest-api/wpRestTemplateAutosavesController.php +++ b/tests/phpunit/tests/rest-api/wpRestTemplateAutosavesController.php @@ -306,7 +306,7 @@ public function data_get_items_with_data_provider() { /** * @dataProvider data_get_items_for_templates_based_on_theme_files_should_return_bad_response_status - * @ticket 56922 + * @ticket 61970 * * @param string $rest_base Base part of the REST API endpoint to test. * @param string $template_id Template ID to use in the test. diff --git a/tests/phpunit/tests/rest-api/wpRestTemplateRevisionsController.php b/tests/phpunit/tests/rest-api/wpRestTemplateRevisionsController.php index 3d50f70bb67fb..9b92571d01986 100644 --- a/tests/phpunit/tests/rest-api/wpRestTemplateRevisionsController.php +++ b/tests/phpunit/tests/rest-api/wpRestTemplateRevisionsController.php @@ -483,7 +483,7 @@ public function data_get_items_endpoint_should_return_forbidden_https_status_cod /** * @dataProvider data_get_items_for_templates_based_on_theme_files_should_return_bad_response_status - * @ticket 56922 + * @ticket 61970 * * @param string $rest_base Base part of the REST API endpoint to test. * @param string $template_id Template ID to use in the test.