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 7bdaea4 commit 5ce85c4Copy full SHA for 5ce85c4
dev/tests/integration/testsuite/Magento/Theme/Controller/Adminhtml/System/Design/ThemeControllerTest.php
@@ -63,8 +63,7 @@ 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.\n
67
- Check Image Processing Settings in the Store Configuration."',
+ '{"error":"File validation failed.\n Check Image Processing Settings in the Store Configuration."',
68
$output
69
);
70
} else {
0 commit comments