Skip to content

Commit 9d0fd6e

Browse files
authored
[Yii2] Restore getApplication() API
1 parent 9d1cbba commit 9d0fd6e

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
@@ -85,7 +85,7 @@ class Yii2 extends Client
8585
/**
8686
* @return \yii\web\Application
8787
*/
88-
protected function getApplication()
88+
public function getApplication()
8989
{
9090
if (!isset(Yii::$app)) {
9191
$this->startApp();

0 commit comments

Comments
 (0)