fix indentation
This commit is contained in:
parent
5795d53ca7
commit
75e41eefb5
1 changed files with 11 additions and 11 deletions
|
@ -64,19 +64,19 @@ class TestUtil
|
||||||
private static function hasRequiredConnectionParams()
|
private static function hasRequiredConnectionParams()
|
||||||
{
|
{
|
||||||
return isset(
|
return isset(
|
||||||
$GLOBALS['db_type'],
|
$GLOBALS['db_type'],
|
||||||
$GLOBALS['db_username'],
|
$GLOBALS['db_username'],
|
||||||
$GLOBALS['db_password'],
|
$GLOBALS['db_password'],
|
||||||
$GLOBALS['db_host'],
|
$GLOBALS['db_host'],
|
||||||
$GLOBALS['db_name'],
|
$GLOBALS['db_name'],
|
||||||
$GLOBALS['db_port']
|
$GLOBALS['db_port']
|
||||||
)
|
)
|
||||||
&& isset(
|
&& isset(
|
||||||
$GLOBALS['tmpdb_type'],
|
$GLOBALS['tmpdb_type'],
|
||||||
$GLOBALS['tmpdb_username'],
|
$GLOBALS['tmpdb_username'],
|
||||||
$GLOBALS['tmpdb_password'],
|
$GLOBALS['tmpdb_password'],
|
||||||
$GLOBALS['tmpdb_host'],
|
$GLOBALS['tmpdb_host'],
|
||||||
$GLOBALS['tmpdb_port']
|
$GLOBALS['tmpdb_port']
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue