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 5a71aea commit 251020aCopy full SHA for 251020a
dev/tests/integration/testsuite/Magento/Theme/Controller/Adminhtml/System/Design/ThemeControllerTest.php
@@ -50,6 +50,12 @@ public function testUploadJsAction()
50
$this->assertStringContainsString($name, $output);
51
}
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