We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ae2ed commit 441c6b6Copy full SHA for 441c6b6
Tests/FilesystemTestCase.php
@@ -144,7 +144,7 @@ protected function markAsSkippedIfSymlinkIsMissing($relative = false)
144
}
145
146
// https://bugs.php.net/69473
147
- if ($relative && '\\' === \DIRECTORY_SEPARATOR && 1 === \PHP_ZTS) {
+ if ($relative && '\\' === \DIRECTORY_SEPARATOR && \PHP_ZTS) {
148
$this->markTestSkipped('symlink does not support relative paths on thread safe Windows PHP versions');
149
150
0 commit comments