mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
CI codeception 정리
This commit is contained in:
parent
72fecceb7b
commit
6bec907f83
2 changed files with 1 additions and 2 deletions
|
|
@ -41,11 +41,10 @@ $install_config = array(
|
|||
|
||||
$install_config = '<' . '?php $install_config = ' . var_export($install_config, true) . ';';
|
||||
|
||||
$I->wantTo('auto install');
|
||||
$I->wantTo('Auto install');
|
||||
$I->writeToFile(_XE_PATH_ . 'config/install.config.php', $install_config);
|
||||
$I->amOnPage('/');
|
||||
|
||||
$I->wantTo('completed');
|
||||
$I->dontSeeElement('//div[@id="progress"]/ul/li');
|
||||
$I->amOnPage('/index.php?act=dispMemberLoginForm');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue