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/src/Symfony/Component/Form/Tests
2012-07-25 17:31:36 +02:00
..
Extension [Form] Made original data of a form and choices accessible in templates 2012-07-23 19:24:46 +02:00
Fixtures [Form] Fixed caching of block names when types of forms with the same unique block ID differ 2012-07-25 17:31:36 +02:00
Guess moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
Util [Form] Disabled manual singulars in PropertyPath until the syntax is finalized 2012-07-22 09:58:31 +02:00
AbstractDivLayoutTest.php [Form] Fixed caching of block names when types of forms with the same unique block ID differ 2012-07-25 17:31:36 +02:00
AbstractExtensionTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
AbstractFormTest.php [Form] Deprecated Form::bindRequest() and replaced it by a PRE_BIND listener 2012-07-09 20:34:45 +02:00
AbstractLayoutTest.php [Form] Fixed variable passing from outer to inner blocks of the same FormView instance 2012-07-25 13:20:23 +02:00
AbstractTableLayoutTest.php [Form] Individual rows of CollectionType cannot be styled anymore for performance reasons 2012-07-14 12:10:29 +02:00
bootstrap.php [Components] Tests/Autoloading fixes 2012-05-01 17:51:41 +02:00
CompoundFormPerformanceTest.php [Form] '@group benchmark' for form performance tests 2012-07-14 16:20:31 +02:00
CompoundFormTest.php [Form] Reduced the number of setData() calls by deferring a Form's initialization (+40ms) 2012-07-21 12:57:35 +02:00
FormBuilderInterface.php [Form] added FormBuilderInterface in Tests namespace, so as to enable easy mocking 2012-06-13 21:21:22 +01:00
FormBuilderTest.php [Form] FormBuilder Bug Fix: remove() was not properly removing children 2012-07-10 06:56:48 -03:00
FormConfigTest.php [Form] Fixed issues mentioned in the PR comments 2012-05-22 09:30:21 +02:00
FormFactoryTest.php [Form] Cached the form type hierarchy in order to improve performance 2012-07-13 20:39:30 +02:00
FormIntegrationTestCase.php [Form] Cached the form type hierarchy in order to improve performance 2012-07-13 20:39:30 +02:00
FormInterface.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
FormPerformanceTestCase.php [Form] Removed invalid PHPDoc text 2012-07-12 19:41:56 +02:00
FormRegistryTest.php [Form] Cached the form type hierarchy in order to improve performance 2012-07-13 20:39:30 +02:00
ResolvedFormTypeTest.php [Form] The properties of FormView are now accessed directly in order to increase performance (PHP +200ms, Twig +150ms) 2012-07-21 12:56:11 +02:00
SimpleFormTest.php merged branch bschussek/options_performance (PR #5004) 2012-07-21 19:51:42 +02:00