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-14 03:38:19 +02:00
..
ChoiceList [Form] Removed invalid tests, cleaned up some tests, added test coverage 2011-04-06 15:58:53 +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] Replaced various occurences of 'field' by 'form' 2011-03-25 02:12:01 +01:00
Fixtures [Form] Removed invalid tests, cleaned up some tests, added test coverage 2011-04-06 15:58:53 +02:00
Renderer [Form] Added extensive test coverage for div_layout.html.twig 2011-04-14 03:15:56 +02:00
Type [Form] Removed invalid tests, cleaned up some tests, added test coverage 2011-04-06 15:58:53 +02:00
Util [Form] Fixed: Booleans can be used as choice keys now 2011-04-02 18:26:28 +02:00
Validator [Form] Changed FormBuilder::set(Client|Norm)Transformer to FormBuilder::prepend(Client|Norm)Transformer and FormBuilder::append(Client|Norm)Transformer to facilitate extension of types 2011-04-02 16:39:19 +02:00
AbstractDivLayoutTest.php [Form] Added tests for table_layout.html.twig 2011-04-14 03:38:19 +02:00
AbstractLayoutTest.php [Form] Added extensive test coverage for div_layout.html.twig 2011-04-14 03:15:56 +02:00
AbstractTableLayoutTest.php [Form] Added tests for table_layout.html.twig 2011-04-14 03:38:19 +02:00
FormBuilderTest.php [Form] Made name immutable in FormBuilder to avoid synchronization problems with name and property path 2011-03-31 13:48:06 +02:00
FormFactoryTest.php [Form] Simplified the interface names of the Renderer subnamespace 2011-03-27 23:39:01 +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] Removed invalid tests, cleaned up some tests, added test coverage 2011-04-06 15:58:53 +02:00
PropertyPathTest.php [Form] Moved PropertyPath, PropertyPathIterator and VirtualFormAwareIterator to subnamespace Util 2011-03-27 15:37:13 +02:00