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

[9.x] Test FilesystemAdapter::put() exceptions in Windows environment #41323

Conversation

derekmd
Copy link
Contributor

@derekmd derekmd commented Mar 3, 2022

Follow-up to #41308

Instead of attempting a write to a read-only directory to force a UnableToWriteFile exception only in Unix filesystems, target a read-only file which is also supported on Windows OS.

Instead of attempting a write to a read-only directory, use a read-only
file which is supported on Windows OS.
@driesvints
Copy link
Member

Thanks @derekmd!

@driesvints driesvints merged commit 99b04f5 into laravel:9.x Mar 3, 2022
@derekmd derekmd deleted the run-filesystem-adapter-throws-exceptions-test-on-windows branch March 3, 2022 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants