File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
dev/tests/integration/testsuite/Magento/Theme/Controller/Adminhtml/System/Design Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11
11
12
12
/**
13
13
* @magentoAppArea adminhtml
14
- * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
15
14
*/
16
15
class ThemeControllerTest extends \Magento \TestFramework \TestCase \AbstractBackendController
17
16
{
@@ -63,6 +62,7 @@ public function testUploadFaviconAction()
63
62
$ this ->dispatch ('backend/admin/design_config_fileUploader/save ' );
64
63
$ output = $ this ->getResponse ()->getBody ();
65
64
if (!in_array ('imagick ' , get_loaded_extensions ()) || $ this ->imageAdapter == 'GD2 ' ) {
65
+ // phpcs:disable Magento2.Files.LineLength
66
66
$ this ->assertStringContainsString (
67
67
'{"error":"File validation failed.\n Check Image Processing Settings in the Store Configuration." ' ,
68
68
$ output
You can’t perform that action at this time.
0 commit comments