Skip to content

Commit

Permalink
Add ddO in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcastro committed Mar 9, 2019
1 parent 2287d4a commit e498e1d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,19 @@ $response
->assertJson(...);
```

### ddO

Similar to `$response->dd()` but it dump the original content instead.

```php
$response = $this->post(...);

$response
->ddO() // prints the original content of the response.
->assertOk()
->assertJson(...);
```


# Query Builder Macros

Expand Down

0 comments on commit e498e1d

Please sign in to comment.