File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,6 @@ protected function getMakerClass(): string
25
25
public function getTestDetails (): \Generator
26
26
{
27
27
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:* ' )
33
28
->run (function (MakerTestRunner $ runner ) {
34
29
if (70000 >= $ runner ->getSymfonyVersion ()) {
35
30
$ this ->markTestSkipped ('Legacy Symfony 6.4 Test ' );
@@ -52,11 +47,6 @@ public function getTestDetails(): \Generator
52
47
53
48
/* @legacy - Remove when MakerBundle no longer supports Symfony 6.4 */
54
49
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:* ' )
60
50
->run (function (MakerTestRunner $ runner ) {
61
51
if (70000 < $ runner ->getSymfonyVersion ()) {
62
52
$ this ->markTestSkipped ('Legacy Symfony 6.4 Test ' );
You can’t perform that action at this time.
0 commit comments