module-yii2
module-yii2 copied to clipboard
Codeception module for Yii2 framework
try { $response = $app->handleRequest($yiiRequest); } catch (\Exception $e) { // can't catch Error and not passed to yii2 ErrorHandler processing. }
**Description:** When running tests using Codeception with the Yii2 module, if ChromeDriver fails, such as in the following case: ``` session not created: This version of ChromeDriver only supports Chrome...
(apologies if the title is too convoluted!) So, one of the changes introduced between 1.1.10 & 1.1.11 is that the Module class is made `final`. See `src/Codeception/Module/Yii2.php`, line 168/169. Craft...