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
minor #42013 [Form] backport type fixes (nicolas-grekas)
This PR was merged into the 5.2 branch.
Discussion
----------
[Form] backport type fixes
| Q | A
| ------------- | ---
| Branch? | 5.2
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
Backported from #41998
Commits
-------
75691c6 [Form] backport type fixes
if ($requiredFeatureSetVersion > static::$supportedFeatureSetVersion) {
24
21
$this->markTestSkipped(sprintf('Test requires features from symfony/form %.2f but only version %.2f is supported.', $requiredFeatureSetVersion / 100, static::$supportedFeatureSetVersion / 100));
0 commit comments