[Form] Move abstract layout tests to twig bridge #27897
Labels
Form
RFC
RFC = Request For Comments (proposals about features that you want to be discussed)
TwigBridge
Currently we have abstract layout test classes in
Symfony\Component\Form\Tests
namespace. None of these classes is extended in theSymfony\Component\Form
namespace. All tests are implemented inSymfony\Bridge\Twig
namespace.At the same time the templates for which these abstract tests are designed also live in TwigBridge.
Because of this after any change in templates we have to adjust requirements in
symfony/twig-bridge
fordeps=high
anddeps=low
to pass.I suggest moving abstract tests to TwigBridge. As far as I know, tests are considered internal, so this won't be a BC break.
The text was updated successfully, but these errors were encountered: