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 251020a commit 552a644Copy full SHA for 552a644
dev/tests/integration/testsuite/Magento/Theme/Controller/Adminhtml/System/Design/ThemeControllerTest.php
@@ -11,6 +11,7 @@
11
12
/**
13
* @magentoAppArea adminhtml
14
+ * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
15
*/
16
class ThemeControllerTest extends \Magento\TestFramework\TestCase\AbstractBackendController
17
{
@@ -50,12 +51,6 @@ public function testUploadJsAction()
50
51
$this->assertStringContainsString($name, $output);
52
}
53
- /**
54
- * testing uploaded favicon file
55
- *
56
- * @throws FileSystemException
57
- * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
58
- */
59
public function testUploadFaviconAction()
60
61
$names = ['favicon-x-icon.ico', 'favicon-vnd-microsoft.ico'];
0 commit comments