class CheckDatabaseConnection extends BaseInstall

Class CheckDatabaseConnection

Take care of integration tests (database connection)

Methods

__construct( string $host, string $user, string $password, int $port, bool $verifyInstall = true, Translator $translator = null)

Constructor

exec()

Perform database connection check

getConnection()

No description

Details

at line 66
__construct( string $host, string $user, string $password, int $port, bool $verifyInstall = true, Translator $translator = null)

Constructor

Parameters

string $host Database host information
string $user Database user information
string $password Database password information
int $port Database port information
bool $verifyInstall Verify if an installation already exists
Translator $translator Translator Service necessary for install wizard

at line 81
exec()

Perform database connection check

at line 100
getConnection()