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
Currently we can use the ->contents helper to update the content of a mocked file.
This is a convenient helper as of course we could also use any traditional way to write to the file.
This case is about providing two convenient helpers read and write which would only make sense in the context of a file (should die when used on a mocked directory and a symlink)
Currently we can use the
->contents
helper to update the content of a mocked file.This is a convenient helper as of course we could also use any traditional way to write to the file.
This case is about providing two convenient helpers
read
andwrite
which would only make sense in the context of a file (should die when used on a mocked directory and a symlink)The text was updated successfully, but these errors were encountered: