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-05-11 11:19:21 +02:00
..
Extension [Form] replace assertEquals by assertFalse, assertTrue, assertNull 2011-05-11 11:19:21 +02:00
Fixtures [Form] Catch exceptions in DataTransformers 2011-05-10 20:21:02 +02:00
Guess [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
Util [Form] Renamed ChoiceUtil to FormUtil and gave its methods more general names 2011-04-18 15:07:12 +02:00
AbstractDivLayoutTest.php [Form] Fixed variable scope when entering nested form helpers 2011-05-04 15:40:15 +02:00
AbstractExtensionTest.php [Form] Added FormTypeExtensionInterface 2011-04-22 19:24:38 +02:00
AbstractLayoutTest.php [Form] CSRF fields are not included in the children of a FormView anymore if the view is not the root 2011-05-04 18:27:20 +02:00
AbstractTableLayoutTest.php [Form] Split signature of FormFactory::create() into create() and createNamed() 2011-04-22 10:42:21 +02:00
AbstractTypeTest.php [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
FormBuilderTest.php [Form] Changed FormBuilder::build() to FormBuilder::create(). You hvae to pass the resulting builder to FormBuilder::add() manually now 2011-04-24 12:08:50 +02:00
FormFactoryTest.php [Form] Reorganized code into "form extensions" 2011-04-22 17:41:21 +02:00
FormInterface.php [Form] Merged Field and Form. Merged FieldBuilder and FormBuilder. After the refactoring, the distinction between the two concepts is small enough to merge them 2011-03-20 13:35:19 +01:00
FormTest.php [Form] Added FormTypeExtensionInterface 2011-04-22 19:24:38 +02:00
PropertyPathTest.php [Form] PropertyPath now can handle elements with special characters 2011-04-15 15:25:19 +02:00