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 de7b000 commit 44f9eadCopy full SHA for 44f9ead
README.md
@@ -366,7 +366,7 @@ $this->assertDatabaseMissingTable('unicorns');
366
367
#### `assertDatabaseHasMany()`
368
369
-Check if each of the specified rows exists in database:
+Check if each of the specified rows exists in the database:
370
371
```php
372
$this->assertDatabaseHasMany('posts', [
@@ -378,7 +378,7 @@ $this->assertDatabaseHasMany('posts', [
378
379
#### `assertDatabaseMissingMany()`
380
381
-Check if each of the specified rows doesn't exist in database:
+Check if each of the specified rows doesn't exist in the database:
382
383
384
$this->assertDatabaseMissingMany('posts', [
0 commit comments