We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef0dfb commit 01e72dfCopy full SHA for 01e72df
dev/tests/integration/testsuite/Magento/Theme/Controller/Adminhtml/System/Design/ThemeControllerTest.php
@@ -63,7 +63,8 @@ public function testUploadFaviconAction()
63
$output = $this->getResponse()->getBody();
64
if (!in_array('imagick', get_loaded_extensions()) || $this->imageAdapter == 'GD2') {
65
$this->assertStringContainsString(
66
- '{"error":"File validation failed."',
+ '{"error":"File validation failed
67
+ Check Image Processing Settings in the Store Configuration."',
68
$output
69
);
70
} else {
0 commit comments