mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-18 17:21:26 +08:00
test break fix.
This commit is contained in:
@ -19,6 +19,7 @@ class HtmlTest extends TestCase
|
||||
'request' => array(
|
||||
'class' => 'yii\web\Request',
|
||||
'url' => '/test',
|
||||
'enableCsrfValidation' => false,
|
||||
),
|
||||
'response' => array(
|
||||
'class' => 'yii\web\Response',
|
||||
|
Reference in New Issue
Block a user