Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test failing on Windows #1477

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Conversation

srsbiz
Copy link
Contributor

@srsbiz srsbiz commented Dec 14, 2024

Removed checking PHP_OS_FAMILY in favor of using is_link on symlinked directory.

Q A
Type improvement
BC Break no

Summary

Symilnks works fine under Windows, so we should not assert that symlinked files will not work in this OS family.

Removed checking PHP_OS_FAMILY in favor of using is_link on
symlinked directory.
@greg0ire greg0ire added this to the 3.8.3 milestone Dec 14, 2024
@greg0ire greg0ire merged commit 654ff97 into doctrine:3.8.x Dec 14, 2024
11 checks passed
@greg0ire
Copy link
Member

Thanks @srsbiz

@srsbiz srsbiz deleted the fix-windows-tests branch December 14, 2024 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants