Thomas Bruederli
2015-05-13 91f2171e85aa803f5b1b1f81283b11300f0e0aef
Use the right properties from rcube_db::parse_dsn() result
1 files modified
6 ■■■■ changed files
tests/Selenium/bootstrap.php 6 ●●●● patch | view | raw | blame | history
tests/Selenium/bootstrap.php
@@ -78,9 +78,9 @@
            system(sprintf('cat %s %s | mysql -h %s -u %s --password=%s %s',
                realpath(INSTALL_PATH . '/SQL/mysql.initial.sql'),
                realpath(TESTS_DIR . 'Selenium/data/mysql.sql'),
                escapeshellarg($dsn['host']),
                escapeshellarg($dsn['user']),
                escapeshellarg($dsn['pass']),
                escapeshellarg($dsn['hostspec']),
                escapeshellarg($dsn['username']),
                escapeshellarg($dsn['password']),
                escapeshellarg($dsn['database'])
            ));
        }