Skip to content

Commit 6eea7da

Browse files
committed
minor symfony#57199 [VarDumper] fix tests (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [VarDumper] fix tests | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 46e3c46 fix tests
2 parents f2e9488 + 46e3c46 commit 6eea7da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ public function testGeneratorPriorTo84()
516516
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo()
517517
› yield 1;
518518
› }
519-
519+
520520
}
521521
%A }
522522
closed: false
@@ -594,7 +594,7 @@ function: "Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo"
594594
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo()
595595
› yield 1;
596596
› }
597-
597+
598598
}
599599
%A }
600600
closed: false

0 commit comments

Comments
 (0)