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-09-19 08:13:43 +02:00
..
Extension merged branch mpiecko/master (PR #5280) 2012-08-30 10:23:27 +02:00
Fixtures [Form] Fixed: FormTypeInterface::getParent() supports returning FormTypeInterface instances again 2012-08-22 16:44:02 +02:00
Guess [Form] replaced UnexpectedValueException by InvalidArgumentException in Guess 2012-08-28 08:15:56 +02:00
Util [Form] Fixed PropertyPath to not modify Collection instances (not even their clones) 2012-08-31 14:34:27 +02:00
AbstractDivLayoutTest.php Fixed typos 2012-07-28 22:02:29 +00:00
AbstractExtensionTest.php moved component and bridge unit tests to the src/ directory 2012-03-29 08:37:22 +02:00
AbstractFormTest.php [Form] Fix double semicolon 2012-08-28 16:24:45 +03:00
AbstractLayoutTest.php [Form] Added entry point "Forms" for more convenient usage outside of Symfony 2012-07-30 11:41:38 +02:00
AbstractTableLayoutTest.php Fixed typos 2012-07-28 22:02:29 +00: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] Completely decoupled CoreExtension from HttpFoundation 2012-07-29 16:18:04 +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] Removed the ImmutableFormConfig class to save time spent with copying values (+20ms) 2012-07-28 10:59:23 +02:00
FormFactoryTest.php [Form] Fixed: FormTypeInterface::getParent() supports returning FormTypeInterface instances again 2012-08-22 16:44:02 +02:00
FormIntegrationTestCase.php [Form] Added entry point "Forms" for more convenient usage outside of Symfony 2012-07-30 11:41:38 +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] Fixed: FormTypeInterface::getParent() supports returning FormTypeInterface instances again 2012-08-22 16:44:02 +02:00
ResolvedFormTypeTest.php [Form] removed comment now that PHPUnit 3.7 is out 2012-09-19 08:13:43 +02:00
SimpleFormTest.php [Form] don't allow users to force exceptions by submitting unexpected data 2012-08-29 15:43:26 +02:00