fixed test break.

This commit is contained in:
Qiang Xue
2014-03-22 20:42:00 -04:00
parent fcf2d0a3f2
commit c956ffb75d

View File

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