We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455aa86 commit 006e14bCopy full SHA for 006e14b
src/Codeception/Lib/Connector/Yii2.php
@@ -83,7 +83,7 @@ public function resetPersistentVars()
83
static::$db = null;
84
static::$mailer = null;
85
\yii\web\UploadedFile::reset();
86
- if (method_exists(yii\base\Event::className(), 'offAll')) {
+ if (method_exists(\yii\base\Event::className(), 'offAll')) {
87
\yii\base\Event::offAll();
88
}
89
0 commit comments