Skip to content

Commit 945f074

Browse files
committed
MAGETWO-95635: Updating default value for protected_extensions setting
1 parent da8c936 commit 945f074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Code/File/Validator/NotProtectedExtensionTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@ class NotProtectedExtensionTest extends \PHPUnit\Framework\TestCase
1818
* Tests that phpt, pht are invalid extension types.
1919
*
2020
* @dataProvider isValidDataProvider
21+
* @param string $extension
2122
* @return void
2223
*/
23-
public function testIsValid($extension)
24+
public function testIsValid(string $extension)
2425
{
2526
$objectManager = Bootstrap::getObjectManager();
2627
/** @var \Magento\MediaStorage\Model\File\Validator\NotProtectedExtension $model */

0 commit comments

Comments
 (0)