Skip to content

Commit 29d4cbb

Browse files
Tests: Point new finalize tests at Trac ticket #65329
The three sub-size finalize tests added in this backport used the placeholder ticket 62243 (the original client-side media feature ticket) before a dedicated ticket existed. Trac #65329 now tracks this change, so update those @ticket annotations. Pre-existing finalize tests keep 62243.
1 parent c8d0808 commit 29d4cbb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/phpunit/tests/rest-api/rest-attachments-controller.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3562,7 +3562,7 @@ public function test_finalize_item_invalid_id(): void {
35623562
* Tests that the finalize endpoint writes regular sub-size metadata
35633563
* collected from sideload responses.
35643564
*
3565-
* @ticket 62243
3565+
* @ticket 65329
35663566
* @covers WP_REST_Attachments_Controller::finalize_item
35673567
* @requires function imagejpeg
35683568
*/
@@ -3613,7 +3613,7 @@ public function test_finalize_writes_regular_sub_sizes(): void {
36133613
* Tests that the finalize endpoint records original_image from an
36143614
* 'original' sub-size collected from a sideload response.
36153615
*
3616-
* @ticket 62243
3616+
* @ticket 65329
36173617
* @covers WP_REST_Attachments_Controller::finalize_item
36183618
* @requires function imagejpeg
36193619
*/
@@ -3666,7 +3666,7 @@ public function test_finalize_writes_original_metadata(): void {
36663666
* Tests that the finalize endpoint preserves existing image_meta (EXIF)
36673667
* when adding sub-sizes collected from sideload responses.
36683668
*
3669-
* @ticket 62243
3669+
* @ticket 65329
36703670
* @covers WP_REST_Attachments_Controller::finalize_item
36713671
* @requires function imagejpeg
36723672
* @requires extension exif

0 commit comments

Comments
 (0)