mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fix PHPCS error.
This commit is contained in:
parent
98909fb465
commit
03d8c40d99
1 changed files with 1 additions and 1 deletions
|
@ -1348,7 +1348,7 @@ class FormHelperTest extends CakeTestCase {
|
||||||
$this->Form->radio('Test.some', $options, array(
|
$this->Form->radio('Test.some', $options, array(
|
||||||
'disabled' => array('option1')
|
'disabled' => array('option1')
|
||||||
));
|
));
|
||||||
$expected = array('Test.test', 'Test.all' => '', 'Test.some');
|
$expected = array('Test.test', 'Test.all' => '', 'Test.some');
|
||||||
$this->assertEquals($expected, $this->Form->fields);
|
$this->assertEquals($expected, $this->Form->fields);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue