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 a456d60 commit abd8820Copy full SHA for abd8820
tests/Asserts/DatabaseAssertsTest.php
@@ -50,4 +50,13 @@ public function it_has_see_in_database_many_assertion()
50
['title' => 'Third Post!'],
51
]);
52
}
53
+
54
+ /** @test */
55
+ public function it_has_dont_see_in_database_many_assertion()
56
+ {
57
+ $this->dontSeeInDatabaseMany('posts', [
58
+ ['title' => 'Fourth Post!'],
59
+ ['title' => 'Fifth Post!'],
60
+ ]);
61
+ }
62
0 commit comments