Explorar el Código

Merge r25190 to 1.12 release branch

git-svn-id: http://framework.zend.com/svn/framework/standard/branches/release-1.12@25191 44c647ce-9c0f-0410-b52a-842ac1e357ba
frosch hace 13 años
padre
commit
7ac8c972bb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/Zend/Form/Element/SelectTest.php

+ 1 - 1
tests/Zend/Form/Element/SelectTest.php

@@ -263,7 +263,7 @@ class Zend_Form_Element_SelectTest extends PHPUnit_Framework_TestCase
         $expected = PHP_EOL
                   . '<select name="foo[]" id="foo">'
                   . PHP_EOL
-                  . '    <option value="bar" label="Bar">Bar</option>'
+                  . '    <option value="bar">Bar</option>'
                   . PHP_EOL
                   . '</select>';