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/Bridge/Twig/Tests/Extension
Fabien Potencier de50621e8a removed deps checks in unit tests
As Composer is now widely used in the PHP world, having to run composer
install before running the test suite is expected. This also has the
nice benefit of removing a bunch of code, making things easier to
maintain (there is only one place to declare a dev dependency), and
probably more.
2013-08-19 22:44:22 +02:00
..
Fixtures removed deps checks in unit tests 2013-08-19 22:44:22 +02:00
child_label.html.twig added global variables access in a form theme (closes #3058) 2012-07-10 11:44:08 +02:00
CodeExtensionTest.php moved the Twig CodeExtension from the bundle to the bridge 2012-12-12 12:26:16 +01:00
custom_widgets.html.twig [Form] Individual rows of CollectionType cannot be styled anymore for performance reasons 2012-07-14 12:10:29 +02:00
FormExtensionDivLayoutTest.php removed deps checks in unit tests 2013-08-19 22:44:22 +02:00
FormExtensionTableLayoutTest.php removed deps checks in unit tests 2013-08-19 22:44:22 +02:00
HttpKernelExtensionTest.php removed deps checks in unit tests 2013-08-19 22:44:22 +02:00
parent_label.html.twig [Form] Deprecated FieldType, which has been merged into FormType 2012-04-17 16:44:39 +02:00
RoutingExtensionTest.php removed deps checks in unit tests 2013-08-19 22:44:22 +02:00
StopwatchExtensionTest.php removed deps checks in unit tests 2013-08-19 22:44:22 +02:00
theme_extends.html.twig [Form] Inverted the logic of "single_control" and renamed it to "compound". The opposite is now "simple". 2012-05-25 12:34:16 +02:00
theme_use.html.twig [Form] Inverted the logic of "single_control" and renamed it to "compound". The opposite is now "simple". 2012-05-25 12:34:16 +02:00
theme.html.twig [Form] Inverted the logic of "single_control" and renamed it to "compound". The opposite is now "simple". 2012-05-25 12:34:16 +02:00
TranslationExtensionTest.php removed deps checks in unit tests 2013-08-19 22:44:22 +02:00