Skip to content

Commit

Permalink
session.save_path のテストを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Jun 15, 2020
1 parent 965e04c commit 8004903
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codeception/acceptance/EA08SysteminfoCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ public function systeminfo_システム情報(\AcceptanceTester $I)

$I->see('システム情報', '#server_info_box__header > div > span');
$I->see('PHP情報', '#php_info_box__header > div > span');

$I->expect('session.save_path をチェックします');
$I->amOnPage('/'.$config['eccube_admin_route'].'/setting/system/system/phpinfo');
$I->scrollTo('a[name=module_session]');
$I->see(realpath(__DIR__.'/../../var/sessions/'.env('APP_ENV')));
}

public function systeminfo_メンバー管理表示(\AcceptanceTester $I)
Expand Down

0 comments on commit 8004903

Please sign in to comment.