Skip to content

Commit 67db5a7

Browse files
Merge branch '7.4' into 8.0
* 7.4: [Lock][DynamoDB] Enable `http_client` injection and fix tests using AmpV5 client Bump Symfony version to 7.4.0 Update VERSION for 7.4.0-BETA1 Update CHANGELOG for 7.4.0-BETA1 [HttpKernel] Add `KernelInterface::getShareDir()`, `APP_SHARE_DIR` and `%kernel.share_dir%` to store application data that are shared between all front-end servers clean up legacy groups in tests
2 parents 475090d + 394bb14 commit 67db5a7

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Tests/Command/LintCommandTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public function testLintFileCompileTimeException()
7777
* When deprecations are not reported by the command, the testsuite reporter will catch them so we need to mark the test as ignoring deprecations.
7878
*/
7979
#[IgnoreDeprecations]
80-
#[Group('legacy')]
8180
public function testLintFileWithNotReportedDeprecation()
8281
{
8382
$tester = $this->createCommandTester();

Tests/Validator/Constraints/TwigValidatorTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
namespace Symfony\Bridge\Twig\Tests\Validator\Constraints;
1313

1414
use PHPUnit\Framework\Attributes\DataProvider;
15-
use PHPUnit\Framework\Attributes\Group;
1615
use PHPUnit\Framework\Attributes\IgnoreDeprecations;
1716
use Symfony\Bridge\Twig\Validator\Constraints\Twig;
1817
use Symfony\Bridge\Twig\Validator\Constraints\TwigValidator;
@@ -64,7 +63,6 @@ public function testInvalidValues($value, $message, $line)
6463
* When deprecations are skipped by the validator, the testsuite reporter will catch them so we need to mark the test as ignoring deprecations.
6564
*/
6665
#[IgnoreDeprecations]
67-
#[Group('legacy')]
6866
public function testTwigWithSkipDeprecation()
6967
{
7068
$constraint = new Twig(skipDeprecations: true);

0 commit comments

Comments
 (0)