mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Fix test
This commit is contained in:
parent
636cc8c103
commit
405c5b0280
1 changed files with 2 additions and 2 deletions
|
@ -4241,8 +4241,8 @@ class FormHelperTest extends CakeTestCase {
|
||||||
'id' => 'ContactRequiredOne',
|
'id' => 'ContactRequiredOne',
|
||||||
'disabled' => 'disabled'
|
'disabled' => 'disabled'
|
||||||
),
|
),
|
||||||
array('option' => array('value' => '', 'disabled' => 'disabled')), '/option',
|
array('option' => array('value' => '')), '/option',
|
||||||
array('option' => array('value' => '0', 'disabled' => 'disabled')), 'option A', '/option',
|
array('option' => array('value' => '0')), 'option A', '/option',
|
||||||
'/select'
|
'/select'
|
||||||
);
|
);
|
||||||
$this->assertTags($result, $expected);
|
$this->assertTags($result, $expected);
|
||||||
|
|
Loading…
Reference in a new issue