mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-01 23:51:12 +08:00
fixed test break.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user