Skip to content

Commit

Permalink
Fixing merged test from 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 1, 2009
1 parent d956378 commit d77761e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/libs/view/helpers/form.test.php
Expand Up @@ -2858,7 +2858,7 @@ function testSelect() {
$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(
Expand Down

0 comments on commit d77761e

Please sign in to comment.