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
2011-01-03 22:07:04 +01:00
..
Fixtures [PropertyPath] Fixed usage of __get() and __set() when accessing properties that exist in the object but are not public 2010-12-10 14:28:04 +01:00
ValueTransformer Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00
ChoiceFieldTest.php [Form] Changed value transformers to be responsible for processing empty values to be able to chain them properly. This change fixes the bug that DateField did not return NULL when submitted without values 2010-10-22 08:30:13 +02:00
CollectionFieldTest.php [Form] Fixed: The data in a CollectionField is resized down if fields are removed 2010-12-10 14:27:57 +01:00
CountryFieldTest.php [Form] Implemented CountryField 2010-12-16 10:18:31 +01:00
DateFieldTest.php [Form] Locale can now only be set statically before creating a form/field, otherwise we have too many problems updating a field's state when the locale is changed 2010-12-16 10:18:31 +01:00
DateTimeFieldTest.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +02:00
DateTimeTestCase.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
FieldGroupTest.php [Form] Added support for virtual field groups 2011-01-03 22:06:46 +01:00
FieldTest.php [Form] added the constrained method Field::isTransformationSuccessful() 2011-01-03 22:06:59 +01:00
FileFieldTest.php [Form][HttpFoundation] Improved File and UploadedFile class 2011-01-03 22:06:56 +01:00
FormTest.php [Form][FrameworkBundle][HttpFoundation] The session is now automatically started when a form is CSRF protected 2011-01-03 22:07:04 +01:00
HiddenFieldTest.php Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00
IntegerFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02:00
LanguageFieldTest.php [Form] Implemented LanguageField 2010-12-16 10:18:32 +01:00
LocaleFieldTest.php [Form][Locale] Implemented LocaleField and added script for updating ICU data 2011-01-02 10:41:05 +01:00
LocalizedTestCase.php Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00
PasswordFieldTest.php [Form] Changed semantics of "always_empty" option in PasswordField 2010-12-18 08:06:15 +01:00
PropertyPathTest.php [Form] Added support for __get and __set in PropertyPath 2010-11-16 07:28:07 +01:00
RepeatedFieldTest.php Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00
TimeFieldTest.php [Form] Added validiation of hours, minutes and seconds to TimeField 2010-10-22 08:30:14 +02:00
UrlFieldTest.php [Form] Implemented UrlField 2010-10-22 08:30:13 +02:00