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-04-15 15:43:02 +02:00
..
ChoiceList [Form] Improved test coverage of MonthChoiceList and fixed timezone used in it. Fixes https://github.com/symfony/symfony/pull/433 2011-04-15 12:26:07 +02:00
CsrfProvider replaced symfony-project.org by symfony.com 2011-03-06 12:40:06 +01:00
DataMapper [Form] Moved PropertyPath, PropertyPathIterator and VirtualFormAwareIterator to subnamespace Util 2011-03-27 15:37:13 +02:00
DataTransformer [Form] Fixed: Booleans can be used as choice keys now 2011-04-02 18:26:28 +02:00
EventListener [Form] ResizeFormListener::preBind() now handles empty strings. Fixes https://github.com/symfony/symfony/pull/40 2011-04-15 15:43:02 +02:00
Fixtures [Form] Renamed 'filter' listeners to 'on' to match naming conventions across the framework 2011-04-15 10:57:32 +02:00
Type [Form] change FormView::setVar,getVar,getVars,hasVar to set,get,all,has 2011-04-15 15:25:37 +02:00
Util [Form] Fixed: Booleans can be used as choice keys now 2011-04-02 18:26:28 +02:00
Validator [Form] Passing FormFactory to FormBuilder in its constructor 2011-04-14 15:25:30 +02:00
AbstractDivLayoutTest.php [Form] Renamed Form::getView() to createView() to clearly indicate that each call returns a new object 2011-04-15 13:52:11 +02:00
AbstractLayoutTest.php [Form][FrameworkBundle] Fixed escaping of choice widgets 2011-04-15 15:27:15 +02:00
AbstractTableLayoutTest.php [Form] Renamed Form::getView() to createView() to clearly indicate that each call returns a new object 2011-04-15 13:52:11 +02:00
FormBuilderTest.php [Form] Passing FormFactory to FormBuilder in its constructor 2011-04-14 15:25:30 +02:00
FormFactoryTest.php Fixed test suite and names of accessor methods in TemplateContext 2011-04-14 03:52:52 +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] Renamed Form::getView() to createView() to clearly indicate that each call returns a new object 2011-04-15 13:52:11 +02:00
PropertyPathTest.php [Form] PropertyPath now can handle elements with special characters 2011-04-15 15:25:19 +02:00