We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c434a16 commit 26ec2d1Copy full SHA for 26ec2d1
database-testing.md
@@ -171,6 +171,13 @@ Assert that a table in the database does not contain records matching the given
171
The `assertSoftDeleted` method may be used to assert a given Eloquent model has been "soft deleted":
172
173
$this->assertSoftDeleted($user);
174
+
175
+<a name="assert-not-deleted"></a>
176
+#### assertNotSoftDeleted
177
178
+The `assertNotSoftDeleted` method may be used to assert a given Eloquent model hasn't been "soft deleted":
179
180
+ $this->assertNotSoftDeleted($user);
181
182
<a name="assert-model-exists"></a>
183
#### assertModelExists
0 commit comments