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-12-06 15:52:23 +01:00
..
Fixtures [Form] Added option 'value_transformer' and 'normalization_transformer' to Field class 2010-11-16 07:28:33 +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] 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] Added hook method preprocessData() to FieldGroup 2010-11-23 06:51:13 +01:00
FieldTest.php [Form][FrameworkBundle][TwigBundle] Introduced class FieldError to wrap form errors 2010-11-19 07:11:29 +01:00
FileFieldTest.php Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00
FormTest.php moved static Form configuration to a new class (avoid loading 7 classes just to enable CSRF -- even when no form is present in the page) 2010-11-26 17:44:17 +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
LocalizedTestCase.php Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +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