This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/tests/Symfony/Tests/Component/Form
Jeremy Mikola 57c0ce0ec1 [Form] Remove support for ArrayObject as ChoiceField's choices option
Internally, ChoiceField expects both choices and preferred_choices to be a simple array, so I replaced incomplete bits of code that attempted to not modify a possible ArrayObject and instead added type checks in the configure() method (with unit tests for expected exceptions).
2010-09-10 19:30:59 +02:00
..
Fixtures renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
Renderer renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
ValueTransformer renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
CheckboxFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
ChoiceFieldTest.php [Form] Remove support for ArrayObject as ChoiceField's choices option 2010-09-10 19:30:59 +02:00
CollectionFieldTest.php [Form] CollectionField::setData() should remove old fields missing from new data 2010-09-09 16:27:18 -04:00
DateFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
DateTimeFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
DateTimeTestCase.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
FieldGroupTest.php [Form] FieldGroup::addError() can now map errors to fields within nested FieldGroups 2010-09-09 16:29:38 -04:00
FieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
FormTest.php [HttpFoundation] moved File Component into the HttpFoundation one 2010-09-09 17:01:48 +02:00
HiddenFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
HtmlGeneratorTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
InputFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
IntegerFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
LocalizedTestCase.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
MoneyFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
NumberFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
PasswordFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
PercentFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
PropertyPathTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
RadioFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
RepeatedFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
TextareaFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
TextFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
TimeFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
ToggleFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00