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
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
The text was updated successfully, but these errors were encountered:
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.
Summary
Create a folder with the InMemoryFilesystemAdapter and try to move it.
How to reproduce
The text was updated successfully, but these errors were encountered: