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
Fabien Potencier 67d9253127 Merge branch '2.1'
* 2.1:
  added missing use statment (closes #5825)
  Code cleanup
  [WebProfilerBundle] Fixed the use of nested macros
  Removed unused use statements.
  Nsdocblocks
  [ConfigDumpReference] avoid notice for variable nodes
  fixed fallback locale
  UniqueValidatorTest, Change message on assertions
  Documented removed _form_is_choice_group function

Conflicts:
	src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php
	src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php
2012-10-24 17:41:27 +02:00
..
Extension Nsdocblocks 2012-10-20 09:10:30 +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 error message in PropertyPath to not advice to use a non-existing feature 2012-10-18 19:52:59 +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][Tests] Make *TestCase files abstract 2012-10-10 13:24:37 +02:00
FormInterface.php fixed CS (missing or misplaced license blocks) 2012-04-02 00:52:14 -03:00
FormPerformanceTestCase.php Nsdocblocks 2012-10-20 09:10:30 +02:00
FormRegistryTest.php Fix a few namespaces to match file system. 2012-10-13 13:20:28 -06:00
ResolvedFormTypeTest.php [Form] Fixed the testsuite for PHPUnit 3.6 as travis still uses it 2012-09-25 20:53:31 +02:00
SimpleFormTest.php [Form] don't allow users to force exceptions by submitting unexpected data 2012-08-29 15:43:26 +02:00