Commit 463ff43b by Qiang Xue

test break fix.

parent ae39324e
...@@ -19,6 +19,7 @@ class HtmlTest extends TestCase ...@@ -19,6 +19,7 @@ class HtmlTest extends TestCase
'request' => array( 'request' => array(
'class' => 'yii\web\Request', 'class' => 'yii\web\Request',
'url' => '/test', 'url' => '/test',
'enableCsrfValidation' => false,
), ),
'response' => array( 'response' => array(
'class' => 'yii\web\Response', 'class' => 'yii\web\Response',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment