jasonmccreary / laravel-test-assertions

A set of helpful assertions when testing Laravel applications.
321 stars 34 forks source link

Add assertion for Model not soft deleted #28

Closed mikkoaf closed 3 years ago

mikkoaf commented 3 years ago

Adds an assertion for model not being soft deleted. This works as an inverse assertion of assertSoftDeleted

Closes #27

jasonmccreary commented 3 years ago

Can we call this assertNotSoftDeleted to provide some symmetry with the existing assertion?