Merge branch '4.3' into 4.4

* 4.3:
  execute all compatible tests across versions
This commit is contained in:
Christian Flothmann 2019-10-19 10:25:26 +02:00
commit ff904f3ac0
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