Skip to content

Commit 57b33ce

Browse files
author
Igor Melnikov
committed
MAGETWO-60442: Add optional SerializerInterface dependency to child classes of \Magento\Framework\Config\Data
Adding class and __constructor descriptions
1 parent 8bac8b0 commit 57b33ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/etc/install-config-mysql.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
return [
88
'db-host' => 'localhost',
99
'db-user' => 'root',
10-
'db-password' => '123123q',
10+
'db-password' => 'vagrant',
1111
'db-name' => 'magento_integration_tests',
1212
'db-prefix' => '',
1313
'backend-frontname' => 'backend',

0 commit comments

Comments
 (0)