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-10-22 08:30:14 +02:00
..
Fixtures [Form] Separated value transformers from normalization transformers. 2010-10-22 08:30:13 +02:00
ValueTransformer [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
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] Separated value transformers from normalization transformers. 2010-10-22 08:30:13 +02:00
FieldTest.php [Form] Separated value transformers from normalization transformers. 2010-10-22 08:30:13 +02:00
FormTest.php [Form] Removed CSRF setters because they have no effect once CSRF protection is enabled. Re-enable CSRF protection with the desired values instead 2010-10-11 12:52:17 +02: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] readPropertyPath should return null instead of empty array 2010-10-13 08:17:05 +02: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