Storage Expectations
toExistInStorage()
Assert that the given file exist in storage.
expect('test_file.txt')->toExistInStorage();
toBeMissingInStorage()
Assert that the given file does not exist in storage.
expect('test_file.txt')->toBeMissingInStorage();