mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
* small fix #19530 * small fix #19530 | fix test * small fix #19530 | fix test * small fix #19530 | fix test * small fix #19530 | update CHANGELOG.md * Update framework/CHANGELOG.md Co-authored-by: viktor.shumeiko <viktor.shumeiko@simbirsoft.com> Co-authored-by: Alexey Rogachev <arogachev90@gmail.com>
This commit is contained in:
@ -460,7 +460,7 @@ EOD;
|
||||
$actualValue = $this->activeField->getClientOptions();
|
||||
|
||||
$this->assertArraySubset([
|
||||
'id' => 'activefieldtestmodel-attributename',
|
||||
'id' => 'custom-input-id',
|
||||
'name' => $this->attributeName,
|
||||
'container' => '.field-custom-input-id',
|
||||
'input' => '#custom-input-id',
|
||||
@ -470,7 +470,7 @@ EOD;
|
||||
$actualValue = $this->activeField->getClientOptions();
|
||||
|
||||
$this->assertArraySubset([
|
||||
'id' => 'activefieldtestmodel-attributename',
|
||||
'id' => 'custom-textinput-id',
|
||||
'name' => $this->attributeName,
|
||||
'container' => '.field-custom-textinput-id',
|
||||
'input' => '#custom-textinput-id',
|
||||
|
Reference in New Issue
Block a user