Skip to content

Commit

Permalink
Update 7.storage.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona authored May 2, 2024
1 parent 140a4a3 commit d196388
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/11.expectations/7.storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ expect('test_file.txt')->toExistInStorage();

### `toBeMissingInStorage()`

Assert that the given file does not exist in storage.

```php
expect('test_file.txt')->toBeMissingInStorage();
```

0 comments on commit d196388

Please sign in to comment.