CheckDatabaseConnection
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
at line 81
exec()
Perform database connection check