Commit c956ffb7 by Qiang Xue

fixed test break.

parent fcf2d0a3
......@@ -24,7 +24,7 @@ class ActiveFormTest extends \yiiunit\TestCase
$model = new DynamicModel(['name']);
ob_start();
$form = new ActiveForm(['action' => './']);
$form = new ActiveForm(['action' => '/something']);
ob_end_clean();
$this->assertEquals(<<<EOF
......
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