File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
tests/phpunit/tests/rest-api Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments