execute all compatible tests across versions

This commit is contained in:
Christian Flothmann 2019-10-19 10:14:32 +02:00
parent 0b4c37a36c
commit 18cc561754
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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