mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 05:48:11 +08:00
Use ::class instead of ::className() in tests. (#20612)
This commit is contained in:
@ -122,7 +122,7 @@ class ViewTest extends TestCase
|
||||
'scriptUrl' => '/baseUrl/index.php',
|
||||
],
|
||||
'cache' => [
|
||||
'class' => FileCache::className(),
|
||||
'class' => FileCache::class,
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user