Skip to content

Commit 35c371e

Browse files
committed
remove legacy test dependencies
1 parent 7863663 commit 35c371e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/Maker/MakeSerializerEncoderTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ public function getTestDetails(): \Generator
5252

5353
/* @legacy - Remove when MakerBundle no longer supports Symfony 6.4 */
5454
yield 'it_makes_serializer_encoder_legacy' => [$this->createMakerTest()
55-
// serializer-pack 1.1 requires symfony/property-info >= 5.4
56-
// adding symfony/serializer-pack:* as an extra depends allows
57-
// us to use serializer-pack < 1.1 which does not conflict with
58-
// property-info < 5.4. E.g. Symfony 5.3 tests. See PR 1063
59-
->addExtraDependencies('symfony/serializer-pack:*')
6055
->run(function (MakerTestRunner $runner) {
6156
if (70000 < $runner->getSymfonyVersion()) {
6257
$this->markTestSkipped('Legacy Symfony 6.4 Test');

0 commit comments

Comments
 (0)