module-yii2 icon indicating copy to clipboard operation
module-yii2 copied to clipboard

Codeception module for Yii2 framework

Results 14 module-yii2 issues
Sort by recently updated
recently updated
newest added

try { $response = $app->handleRequest($yiiRequest); } catch (\Exception $e) { // can't catch Error and not passed to yii2 ErrorHandler processing. }

bug

**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...