Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed May 28, 2024
1 parent 0843fcb commit be84ef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Caster/ReflectionCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ public function testGeneratorPriorTo84()
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo()
› yield 1;
› }
}
%A }
closed: false
Expand Down Expand Up @@ -594,7 +594,7 @@ function: "Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo"
Symfony\Component\VarDumper\Tests\Fixtures\GeneratorDemo::foo()
› yield 1;
› }
}
%A }
closed: false
Expand Down

0 comments on commit be84ef6

Please sign in to comment.