mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-02 09:32:43 +00:00
fix cs
This commit is contained in:
parent
8ebf004450
commit
b392254c92
1 changed files with 1 additions and 1 deletions
|
@ -3643,7 +3643,7 @@ class FormHelperTest extends CakeTestCase {
|
|||
'/legend',
|
||||
'input' => array(
|
||||
'type' => 'hidden', 'name' => 'data[Model][field]',
|
||||
'id' => 'ModelField_', 'value' => '',
|
||||
'id' => 'ModelField_', 'value' => '',
|
||||
),
|
||||
array('input' => array('type' => 'radio', 'name' => 'data[Model][field]',
|
||||
'id' => 'ModelFieldAB', 'value' => 'a>b')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue