We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8c784 commit 43cde41Copy full SHA for 43cde41
README.md
@@ -61,8 +61,8 @@ Laravel-specific Testing Helpers and Assertions.
61
{
62
$this->assertDatabaseHasMany('posts', [
63
['title' => 'Awesome!'],
64
- ['title' => 'Multiple rows check'],
65
- ['title' => 'Can be done in one assertion'],
+ ['title' => 'Check multiple rows'],
+ ['title' => 'In one simple assertion 🤟'],
66
]);
67
}
68
0 commit comments