Skip to content

Commit cb21bc9

Browse files
committed
Fix the test for casting FlattenException on Windows
The assertion should avoid forcing to show path separators, as done in other tests of the caster, as path separators are different on Windows.
1 parent 00eb022 commit cb21bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Caster/ExceptionCasterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ public function testFlattenException()
375375
-statusCode: 500
376376
-statusText: "Internal Server Error"
377377
-headers: []
378-
-file: "%s/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php"
378+
-file: "%sExceptionCasterTest.php"
379379
-line: %d
380380
-asString: null
381381
}

0 commit comments

Comments
 (0)