mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-12 02:09:48 +01:00
Remove deprecated method className() for branch 2.2. (#19894)
This commit is contained in:
@@ -33,7 +33,7 @@ class DbMessageControllerTest extends BaseMessageControllerTest
|
||||
'id' => 'Migrator',
|
||||
'basePath' => '@yiiunit',
|
||||
'controllerMap' => [
|
||||
'migrate' => EchoMigrateController::className(),
|
||||
'migrate' => EchoMigrateController::class,
|
||||
],
|
||||
'components' => [
|
||||
'db' => static::getConnection(),
|
||||
|
||||
Reference in New Issue
Block a user