Skip to content

Commit e5baa99

Browse files
fix ticket number for test annotations
1 parent a868b57 commit e5baa99

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3158,7 +3158,7 @@ static function ( $data ) use ( &$captured_data ) {
31583158
/**
31593159
* Tests sideloading a scaled image for an existing attachment.
31603160
*
3161-
* @ticket 63
3161+
* @ticket 64737
31623162
* @requires function imagejpeg
31633163
*/
31643164
public function test_sideload_scaled_image() {
@@ -3210,7 +3210,7 @@ public function test_sideload_scaled_image() {
32103210
/**
32113211
* Tests that sideloading scaled image requires authentication.
32123212
*
3213-
* @ticket 63
3213+
* @ticket 64737
32143214
* @requires function imagejpeg
32153215
*/
32163216
public function test_sideload_scaled_image_requires_auth() {
@@ -3240,7 +3240,7 @@ public function test_sideload_scaled_image_requires_auth() {
32403240
/**
32413241
* Tests that the sideload endpoint includes 'scaled' in the image_size enum.
32423242
*
3243-
* @ticket 63
3243+
* @ticket 64737
32443244
*/
32453245
public function test_sideload_route_includes_scaled_enum() {
32463246
$server = rest_get_server();
@@ -3259,7 +3259,7 @@ public function test_sideload_route_includes_scaled_enum() {
32593259
/**
32603260
* Tests the filter_wp_unique_filename method handles the -scaled suffix.
32613261
*
3262-
* @ticket 63
3262+
* @ticket 64737
32633263
* @requires function imagejpeg
32643264
*/
32653265
public function test_sideload_scaled_unique_filename() {

0 commit comments

Comments
 (0)