Commit 463ff43b by Qiang Xue

test break fix.

parent ae39324e
......@@ -19,6 +19,7 @@ class HtmlTest extends TestCase
'request' => array(
'class' => 'yii\web\Request',
'url' => '/test',
'enableCsrfValidation' => false,
),
'response' => array(
'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