mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Fix unit tests
This commit is contained in:
parent
7b92605772
commit
0e1b0b42dd
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ $I->submitForm('#body', [
|
|||
$I->seeInCurrentUrl('act=dispInstallManagerForm');
|
||||
$I->seeElement('select[name="time_zone"]');
|
||||
$I->fillField('#aMail', 'admin@admin.net');
|
||||
$I->submitForm('#content form', [
|
||||
$I->submitForm('#body', [
|
||||
'act' => 'procInstall',
|
||||
'time_zone' => '+0900',
|
||||
'db_type' => 'mysqli',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue