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-06-01 11:11:25 +02:00
..
Extension DateType single-text should be single_text 2011-05-27 16:23:59 +02:00
Fixtures removed the ON_ prefix for Form event names 2011-05-31 07:19:18 +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] Improved test coverage of FormFactory and improved error handling 2011-05-13 18:29:18 +02:00
AbstractLayoutTest.php merged stloyd/form_label 2011-06-01 11:11:25 +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] Added FormTypeInterface::getAllowedOptionValues() to better validate passed options 2011-05-13 18:44:03 +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] Form::isBound() and Form::isValid() work correctly now for read-only forms 2011-05-19 01:24:28 +02:00
PropertyPathTest.php [Form] PropertyPath now can handle elements with special characters 2011-04-15 15:25:19 +02:00