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

InMemoryFilesystemAdapter cannot handle moving of folders #1477

Open
shyim opened this issue Jun 7, 2022 · 0 comments · May be fixed by #1482
Open

InMemoryFilesystemAdapter cannot handle moving of folders #1477

shyim opened this issue Jun 7, 2022 · 0 comments · May be fixed by #1482

Comments

@shyim
Copy link
Contributor

shyim commented Jun 7, 2022

Bug Report

I am migrating currently from v1 to v3 and using in the tests the InMemoryFilesystemAdapter. It looks like the move function currently does only handle files and not directory. In a testcase we move folders around and this seems to fail.

Q A
BC Break no
Version 3.0.20

Summary

Create a folder with the InMemoryFilesystemAdapter and try to move it.

How to reproduce

  • Create a folder with a file in it
  • Move that folder to somewhere else (rename)
  • UnableToMove exception is thrown
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 a pull request may close this issue.

1 participant