File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
src/Symfony/Component/VarDumper/Tests/Caster Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -552,11 +552,11 @@ public function testGenerator()
552
552
function: "Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::baz"
553
553
this: Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo { …}
554
554
%s: {
555
- %sGeneratorDemo.php:14 {
555
+ %sGeneratorDemo.php:12 {
556
556
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo->baz()
557
+ ›
558
+ › public function baz()
557
559
› {
558
- › yield from bar();
559
- › }
560
560
}
561
561
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo->baz() {}
562
562
%A}
@@ -577,7 +577,9 @@ function: "Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::baz"
577
577
%s: {
578
578
%s%eTests%eFixtures%eGeneratorDemo.php:%d {
579
579
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo()
580
- %A › yield 1;
580
+ › {
581
+ › yield 1;
582
+ › }
581
583
%A }
582
584
%s%eTests%eFixtures%eGeneratorDemo.php:20 { …}
583
585
%s%eTests%eFixtures%eGeneratorDemo.php:14 { …}
@@ -589,9 +591,9 @@ function: "Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo"
589
591
%s: {
590
592
%s%eTests%eFixtures%eGeneratorDemo.php:%d {
591
593
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo()
594
+ › {
592
595
› yield 1;
593
596
› }
594
- ›
595
597
}
596
598
%A }
597
599
closed: false
You can’t perform that action at this time.
0 commit comments