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 5e8b831 commit 1a124a4Copy full SHA for 1a124a4
tests/TestCase.php
@@ -45,7 +45,7 @@ protected static function _createWebspace($name)
45
'ip_address' => static::_getIpAddress(),
46
], [
47
'ftp_login' => 'test-login',
48
- 'ftp_password' => 'test-password',
+ 'ftp_password' => 'TEST-password',
49
]);
50
}
51
0 commit comments