Skip to content

Commit abd8820

Browse files
committed
ITT: Database assertions tests added.
1 parent a456d60 commit abd8820

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/Asserts/DatabaseAssertsTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,13 @@ public function it_has_see_in_database_many_assertion()
5050
['title' => 'Third Post!'],
5151
]);
5252
}
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+
}
5362
}

0 commit comments

Comments
 (0)