Skip to content

Commit

Permalink
Fix the test for casting FlattenException on Windows
Browse files Browse the repository at this point in the history
The assertion should avoid forcing to show path separators, as done in
other tests of the caster, as path separators are different on Windows.
  • Loading branch information
stof committed Apr 5, 2023
1 parent 00eb022 commit cb21bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Caster/ExceptionCasterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ public function testFlattenException()
-statusCode: 500
-statusText: "Internal Server Error"
-headers: []
-file: "%s/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php"
-file: "%sExceptionCasterTest.php"
-line: %d
-asString: null
}
Expand Down

0 comments on commit cb21bc9

Please sign in to comment.