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
2014-06-27 08:53:23 +02:00
..
Extension Fix mocks to support >=5.5.14 and >=5.4.30 2014-06-27 08:53:23 +02:00
Fixtures unified return null usages 2014-04-16 09:43:51 +02:00
Guess [Form] replaced UnexpectedValueException by InvalidArgumentException in Guess 2012-08-28 08:15:56 +02:00
Util [Form] Fixed Form::all() signature for PHP 5.3.3 2013-08-25 14:07:23 +02:00
AbstractDivLayoutTest.php [Form] *_SET_DATA events are now guaranteed to be fired *after* the initial children were added 2013-04-29 17:31:30 +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] Fixed: submit() reacts to dynamic modifications of the form children 2013-08-22 13:20:04 +02:00
AbstractLayoutTest.php Fixed bug that incorrectly causes the "required" attribute to be omitted from select even though it contains the "multiple" attribute 2014-03-19 14:38:32 +01:00
AbstractRequestHandlerTest.php [Form] Fixed: If a form is not present in a request, it is not automatically submitted 2013-08-01 17:20:43 +02:00
AbstractTableLayoutTest.php [Form] Implemented form processors 2013-04-18 11:02:51 +02:00
ButtonTest.php [Form] Added test for disabling buttons 2014-03-31 11:59:54 +02:00
CompoundFormPerformanceTest.php Moved FormIntegrationTestCase and FormPerformanceTestCase to the Test namespace 2013-04-19 14:44:07 +02:00
CompoundFormTest.php [Form][2.3] Fixes empty file-inputs getting treated as extra field. 2014-03-03 13:52:14 +01:00
FormBuilderTest.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
FormConfigTest.php [Form] Renamed form processors to request handlers 2013-04-20 17:36:19 +02:00
FormFactoryBuilderTest.php fixed various inconsistencies 2014-02-11 11:29:24 +01:00
FormFactoryTest.php fixed @expectedException class names 2013-11-25 09:44:14 +01:00
FormIntegrationTestCase.php Moved FormIntegrationTestCase and FormPerformanceTestCase to the Test namespace 2013-04-19 14:44:07 +02:00
FormPerformanceTestCase.php Moved FormIntegrationTestCase and FormPerformanceTestCase to the Test namespace 2013-04-19 14:44:07 +02:00
FormRegistryTest.php [Form] Make exception handling consistent with other components 2013-04-20 00:34:27 +03:00
FormRendererTest.php fixes PSR-0 issues in tests 2013-12-30 22:13:42 +01:00
NativeRequestHandlerTest.php [Form] Deprecated bind() and isBound() in favor of submit() and isSubmitted() 2013-04-20 18:05:58 +02:00
ResolvedFormTypeTest.php [Form] Removed deprecated code scheduled for removal in 2.3 2013-04-13 16:46:29 +02:00
SimpleFormTest.php [Form] Added test for disabling buttons 2014-03-31 11:59:54 +02:00