Skip to content

Commit 6f9e724

Browse files
committed
skip updated ChoiceType tests on older versions
1 parent c59c5bb commit 6f9e724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/Templating/Helper/FormHelperDivLayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class FormHelperDivLayoutTest extends AbstractDivLayoutTest
3030
*/
3131
protected $engine;
3232

33-
protected static $supportedFeatureSetVersion = 403;
33+
protected static $supportedFeatureSetVersion = 404;
3434

3535
protected function getExtensions()
3636
{

Tests/Templating/Helper/FormHelperTableLayoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class FormHelperTableLayoutTest extends AbstractTableLayoutTest
3030
*/
3131
protected $engine;
3232

33-
protected static $supportedFeatureSetVersion = 403;
33+
protected static $supportedFeatureSetVersion = 404;
3434

3535
public function testStartTagHasNoActionAttributeWhenActionIsEmpty()
3636
{

0 commit comments

Comments
 (0)