Skip to content

Commit 897a277

Browse files
committed
Tests: Update docblocks for media type filtering tests to include ticket reference 64046.
1 parent 273717d commit 897a277

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2672,7 +2672,9 @@ public function test_upload_svg_image() {
26722672
}
26732673

26742674
/**
2675-
* @ticket ??????
2675+
* Test that the `media_types` parameter filters the response by multiple media types.
2676+
*
2677+
* @ticket 64046
26762678
*/
26772679
public function test_get_items_with_media_types() {
26782680
$video_id = self::factory()->attachment->create_object(
@@ -2734,7 +2736,7 @@ public function test_get_items_with_media_types() {
27342736
/**
27352737
* Test that the `media_type` parameter overrides the `media_types` parameter.
27362738
*
2737-
* @ticket ??????
2739+
* @ticket 64046
27382740
*/
27392741
public function test_get_items_with_media_type_and_media_types() {
27402742
self::factory()->attachment->create_object(

0 commit comments

Comments
 (0)