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 66783c5 commit c308b36Copy full SHA for c308b36
dev/tests/integration/testsuite/Magento/Theme/Controller/Adminhtml/System/Design/ThemeControllerTest.php
@@ -62,9 +62,9 @@ public function testUploadFaviconAction()
62
$this->dispatch('backend/admin/design_config_fileUploader/save');
63
$output = $this->getResponse()->getBody();
64
if (!in_array('imagick', get_loaded_extensions()) || $this->imageAdapter == 'GD2') {
65
- // phpcs:disable Magento2.Files.LineLength
66
$this->assertStringContainsString(
67
- '{"error":"File validation failed.\n 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