mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Fix db_type in install cept
This commit is contained in:
parent
b9d116db68
commit
d167cb9ec8
1 changed files with 2 additions and 2 deletions
|
|
@ -44,10 +44,10 @@ $I->click('#task-checklist-confirm');
|
|||
|
||||
// Step 3 : DB Setup
|
||||
$I->seeInCurrentUrl('act=dispInstallDBConfig');
|
||||
$I->seeElement('select[name="db_type"]');
|
||||
$I->seeElement('input[name="db_host"]');
|
||||
$I->submitForm('#body', [
|
||||
'act' => 'procDBConfig',
|
||||
'db_type' => 'mysqli',
|
||||
'db_type' => 'mysql',
|
||||
'db_host' => $dbinfo['host'],
|
||||
'db_port' => $dbinfo['port'],
|
||||
'db_user' => $dbinfo['user'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue