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 1111
1212/**
1313 * @magentoAppArea adminhtml
14- * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
1514 */
1615class ThemeControllerTest extends \Magento \TestFramework \TestCase \AbstractBackendController
1716{
@@ -63,6 +62,7 @@ public function testUploadFaviconAction()
6362 $ this ->dispatch ('backend/admin/design_config_fileUploader/save ' );
6463 $ output = $ this ->getResponse ()->getBody ();
6564 if (!in_array ('imagick ' , get_loaded_extensions ()) || $ this ->imageAdapter == 'GD2 ' ) {
65+ // phpcs:disable Magento2.Files.LineLength
6666 $ this ->assertStringContainsString (
6767 '{"error":"File validation failed.\n Check Image Processing Settings in the Store Configuration." ' ,
6868 $ output
You can’t perform that action at this time.
0 commit comments