mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-25 00:17:15 +01:00
Remove deprecated InvalidParamException::class in branch 2.2. (#19896)
This commit is contained in:
@@ -163,7 +163,7 @@ class RequestTest extends TestCase
|
||||
],
|
||||
[
|
||||
// PHP does not allow variable name, starting with digit.
|
||||
// InvalidParamException must be thrown during request resolving:
|
||||
// InvalidArgumentException must be thrown during request resolving:
|
||||
'params' => [
|
||||
'controller/route',
|
||||
'--0=test',
|
||||
|
||||
Reference in New Issue
Block a user