Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed May 8, 2022
1 parent 797cac3 commit ed30881
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ Log::channel('slack')->dump();

### dd()

Works the same as `dump`, but also ends the execution of the test.
The same as [`dump`](https://github.com/timacdonald/log-fake#dump), but also ends the execution.

### dumpAll()

Expand Down Expand Up @@ -509,25 +509,16 @@ Log::dumpAll();

### ddAll()

Same as [`dumpAll()`](https://github.com/timacdonald/log-fake#dumpall), but it stops execution.
The same as [`dumpAll()`](https://github.com/timacdonald/log-fake#dumpall), but also ends the execution.

#### Can be called on...

- [x] Facade base ~(default channel)~
- [ ] Channels
- [ ] Stacks


## Advanced
## Other APIs

### Other APIs
### Log::allLogs()

- allLogs
- allChannelsAndStacks
- logged
- logs

### Custom messages in assertions
### Log::allChannelsAndStacks()
### Log::logged()
### Log::logs()

## Credits

Expand Down

0 comments on commit ed30881

Please sign in to comment.