| Q |
A |
| Bug report? |
no |
| Feature request? |
no |
| BC Break report? |
maybe? |
| RFC? |
no |
| Symfony version |
3.4.1 |
Hi,
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)
Link to the issue: #21960
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.