Skip to content

Commit 6aa327f

Browse files
committed
remove legacy test dependencies
1 parent 7863663 commit 6aa327f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

tests/Maker/MakeSerializerEncoderTest.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ protected function getMakerClass(): string
2525
public function getTestDetails(): \Generator
2626
{
2727
yield 'it_makes_serializer_encoder' => [$this->createMakerTest()
28-
// serializer-pack 1.1 requires symfony/property-info >= 5.4
29-
// adding symfony/serializer-pack:* as an extra depends allows
30-
// us to use serializer-pack < 1.1 which does not conflict with
31-
// property-info < 5.4. E.g. Symfony 5.3 tests. See PR 1063
32-
->addExtraDependencies('symfony/serializer-pack:*')
3328
->run(function (MakerTestRunner $runner) {
3429
if (70000 >= $runner->getSymfonyVersion()) {
3530
$this->markTestSkipped('Legacy Symfony 6.4 Test');
@@ -52,11 +47,6 @@ public function getTestDetails(): \Generator
5247

5348
/* @legacy - Remove when MakerBundle no longer supports Symfony 6.4 */
5449
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:*')
6050
->run(function (MakerTestRunner $runner) {
6151
if (70000 < $runner->getSymfonyVersion()) {
6252
$this->markTestSkipped('Legacy Symfony 6.4 Test');

0 commit comments

Comments
 (0)