Skip to content

Commit 9bde49f

Browse files
committed
Suggested test changes added
1 parent 1fd1b06 commit 9bde49f

File tree

1 file changed

+2
-1
lines changed
  • lib/internal/Magento/Framework/View/Test/Unit/Element/UiComponent

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/View/Test/Unit/Element/UiComponent/ContextTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ public function getAcceptTypeDataProvider()
246246
['text/html, application/xhtml+xml, application/xml;q=0.9,
247247
image/avif, image/webp, image/apng, */*;q=0.8,
248248
application/signed-exchange;v=b3;q=0.9', 'html'],
249-
['xml', 'xml']
249+
['xml', 'xml'],
250+
['text/html, application/json', 'json']
250251
];
251252
}
252253

0 commit comments

Comments
 (0)