Skip to content

Commit

Permalink
fix header in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sinnbeck committed Oct 20, 2022
1 parent 38f9f8f commit 6e41414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ composer require sinnbeck/laravel-dom-assertions --dev

## Usage

### Testing regular dom
### Testing the DOM
When calling a route in a test you might want to make sure that the view contains certain elements. To test this you can use the `->assertElement()` method on the test response.
The following will ensure that there is a body tag in the parsed response. Be aware that this package assumes a proper html structure and will wrap your html in a html and body tag if one is missing!
```php
Expand Down

0 comments on commit 6e41414

Please sign in to comment.