Skip to content

Commit 006e14b

Browse files
IceJOKERsamdark
authored andcommitted
Fixed Yii event class namespace (#4634)
1 parent 455aa86 commit 006e14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Codeception/Lib/Connector/Yii2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function resetPersistentVars()
8383
static::$db = null;
8484
static::$mailer = null;
8585
\yii\web\UploadedFile::reset();
86-
if (method_exists(yii\base\Event::className(), 'offAll')) {
86+
if (method_exists(\yii\base\Event::className(), 'offAll')) {
8787
\yii\base\Event::offAll();
8888
}
8989
}

0 commit comments

Comments
 (0)