You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#50506 [Filesystem] Fix broken symlink tests Windows PHP 7.4+ (ausi)
This PR was merged into the 5.4 branch.
Discussion
----------
[Filesystem] Fix broken symlink tests Windows PHP 7.4+
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | Followup to symfony#50437
| License | MIT
| Doc PR | -
The test currently fail on windows with PHP >= 7.4
```
1) Symfony\Component\Filesystem\Tests\FilesystemTest::testReadBrokenLink
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'C:\…\Temp\1685536465.4767.1091468882/file'
+'C:\…\Temp\1685536465.4767.1091468882\file'
C:\…\src\Symfony\Component\Filesystem\Tests\FilesystemTest.php:1105
```
Commits
-------
d98a011 Fix broken symlink tests Windows PHP 7.4+
0 commit comments