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
2010-11-19 07:11:17 +01:00
..
Fixtures [Form] Added option 'value_transformer' and 'normalization_transformer' to Field class 2010-11-16 07:28:33 +01:00
ValueTransformer [Form] Fixed MoneyToLocalizedStringTransformer and added tests 2010-11-12 17:52:56 +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] Removed invalid unit test 2010-09-27 17:54:43 +02:00
DateFieldTest.php [Form] Added validation of years, months and days to DateField 2010-10-22 08:30:13 +02: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] Fixed: FieldGroup::hasErrors() does not return true if only children have errors 2010-11-19 07:11:17 +01:00
FieldTest.php [Form] Added option 'value_transformer' and 'normalization_transformer' to Field class 2010-11-16 07:28:33 +01:00
FormTest.php [Form] Added parent calls to all configure() methods of Fields and Transformers 2010-11-16 07:28:12 +01:00
HiddenFieldTest.php replaced form field rendering with plain templates 2010-10-05 08:34:33 +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
PropertyPathTest.php [Form] Added support for __get and __set in PropertyPath 2010-11-16 07:28:07 +01:00
RepeatedFieldTest.php renamed Symfony\Components to Symfony\Component 2010-08-20 23:09:55 +02: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