diff --git a/cake/tests/cases/libs/view/helpers/form.test.php b/cake/tests/cases/libs/view/helpers/form.test.php index 231fee6f75e..ecc84393d16 100644 --- a/cake/tests/cases/libs/view/helpers/form.test.php +++ b/cake/tests/cases/libs/view/helpers/form.test.php @@ -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(