Skip to content

Commit ad6afe4

Browse files
committed
Merge branch '7.1' into 7.2
* 7.1: [TwigBridge] Remove `VersionAwareTest` from `AbstractLayoutTestCase` [DependencyInjection] Add coverage for error cases of `LazyClosure` and `AutowireLocator` [TwigBridge] Fixed a parameterized choice label translation Fix extracting of message from ->trans() method with named params [TwigBridge] Remove usage of Node() instantiations Update security.bg.xlf [Dotenv] Default value can be empty [Emoji] Update data to support emoji 16 Add missing Albanian translations for Security and Validator components [HttpClient] Add `crypto_method` to scoped client options suppress proc_open errors [DependencyInjection] Fix `XmlFileLoader` not respecting when env for services
2 parents 684b54e + e88613a commit ad6afe4

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

Test/FormPerformanceTestCase.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111

1212
namespace Symfony\Component\Form\Test;
1313

14-
use Symfony\Component\Form\Tests\VersionAwareTestTrait;
15-
1614
/**
1715
* Base class for performance tests.
1816
*
@@ -23,8 +21,6 @@
2321
*/
2422
abstract class FormPerformanceTestCase extends FormIntegrationTestCase
2523
{
26-
use VersionAwareTestTrait;
27-
2824
private float $startTime;
2925
protected int $maxRunningTime = 0;
3026

Tests/Extension/Core/Type/BaseTypeTestCase.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,12 @@
1212
namespace Symfony\Component\Form\Tests\Extension\Core\Type;
1313

1414
use Symfony\Component\Form\Test\TypeTestCase;
15-
use Symfony\Component\Form\Tests\VersionAwareTestTrait;
1615

1716
/**
1817
* @author Bernhard Schussek <[email protected]>
1918
*/
2019
abstract class BaseTypeTestCase extends TypeTestCase
2120
{
22-
use VersionAwareTestTrait;
23-
2421
public const TESTED_TYPE = '';
2522

2623
public function testPassDisabledAsOption()

0 commit comments

Comments
 (0)