PSA: Do not use Codeception DB and Yii2 modules together…
…specifically the Yii2: ORM and DB module and transactions. The Yii2 $I->seeRecord() & related methods do NOT use the same connection ID as the DB module. So doing actions such… Read More »PSA: Do not use Codeception DB and Yii2 modules together…