minor #34039 execute all compatible tests across versions (xabbuh)

This PR was merged into the 4.3 branch.

Discussion
----------

execute all compatible tests across versions

| Q             | A
| ------------- | ---
| Branch?       | 4.3
| Bug fix?      | no
| New feature?  | no
| Deprecations? | no
| Tickets       |
| License       | MIT
| Doc PR        |

Commits
-------

18cc561754 execute all compatible tests across versions
This commit is contained in:
Christian Flothmann 2019-10-19 10:24:54 +02:00
commit 9526a2d6eb
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ class EntityTypePerformanceTest extends FormPerformanceTestCase
*/
private $em;
protected static $supportedFeatureSetVersion = 304;
protected static $supportedFeatureSetVersion = 403;
protected function getExtensions()
{

View File

@ -58,7 +58,7 @@ class EntityTypeTest extends BaseTypeTest
*/
private $emRegistry;
protected static $supportedFeatureSetVersion = 304;
protected static $supportedFeatureSetVersion = 403;
protected function setUp(): void
{

View File

@ -13,7 +13,7 @@ namespace Symfony\Component\Form\Tests;
trait VersionAwareTest
{
protected static $supportedFeatureSetVersion = 304;
protected static $supportedFeatureSetVersion = 403;
/**
* @param int $requiredFeatureSetVersion