mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 17:16:18 +00:00
Fixing merged test from 1.2
This commit is contained in:
parent
d956378d48
commit
d77761e03b
1 changed files with 1 additions and 1 deletions
|
@ -2858,7 +2858,7 @@ class FormHelperTest extends CakeTestCase {
|
|||
$result = $this->Form->select(
|
||||
'Model.contact_id',
|
||||
array('228' => '228 value', '228-1' => '228-1 value', '228-2' => '228-2 value'),
|
||||
null, array('escape' => false), 'pick something'
|
||||
null, array('escape' => false, 'empty' => 'pick something')
|
||||
);
|
||||
|
||||
$expected = array(
|
||||
|
|
Loading…
Add table
Reference in a new issue