Codeception / module-yii2

Codeception module for Yii2 framework
MIT License
16 stars 36 forks source link

Fix ModuleException parameters, handle undefined #12

Closed smichae closed 4 years ago

smichae commented 4 years ago

With a Docker standalone ChromeDriver setup, I am running into issues with $_SESSION being undefined in the backup function - $_COOKIE is fine in the setup but adding a check on that line for consistency. I also noticed that the ModuleException signature requires a second parameter - fixing while I'm in this section.