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();
Edit this page on GitHub Updated at Wed, Feb 8, 2023