bump Form component compatibility versions

This commit is contained in:
Christian Flothmann 2019-10-19 10:26:53 +02:00
parent ff904f3ac0
commit d91b87f483
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

@ -17,7 +17,7 @@ use Symfony\Component\Form\Tests\AbstractLayoutTest;
abstract class AbstractBootstrap3LayoutTest extends AbstractLayoutTest
{
protected static $supportedFeatureSetVersion = 403;
protected static $supportedFeatureSetVersion = 404;
public function testLabelOnForm()
{

View File

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