You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To test our own FormType we extended the class TypeTestCase which is in the namespace Symfony\Component\Form\Tests\Extension\Validator\Type
I just upgraded my Symfony 3.3 projects to Symfony 3.4 and all tests extending this class are now failing, however the UPGRADE-3.4.md doesn't state anywhere that this class has been removed. But I saw the CHANGELOG.md containing this information
feature #21960 Remove Validator\TypeTestCase and add validator logic to base TypeTestCase (pierredup)
Now I see no mentioning of having the TypeTestCase in the namespace Symfony\Component\Form\Tests\Extension\Validator\Type, so I don't know if this class should've been used outside of Symfony anyway, but it's not marked internal or anything, so I think we were safe to use this class.
Now, in my opinion this would be a BC break, but before creating a PR etc. I wanted to ask the members of the Symfony community if you see it the same way.