-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Feature RequestNew feature or requestNew feature or request
Description
my $mock_fs = Test::MockFileSys->new;
$mock_fs->file('/foo/bar'); # push $self->{foo}->@*, Test::MockFile->file('/foo/bar');
$mock_fs->file('/foo/baz');
$mock_fs->dir('/foo');
$mock_fs->file('/foo/bar', '...'); # Retrieves existing object or creates new if missing.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Feature RequestNew feature or requestNew feature or request