issues
search
spatie
/
laravel-schemaless-attributes
Add schemaless attributes to Eloquent models
https://spatie.be/en/opensource
MIT License
1.01k
stars
58
forks
source link
Improve assertions
#76
Closed
peter279k
closed
3 years ago
peter279k
commented
3 years ago
Changed log
Using the
assertTrue
to assert expected is
true
.
Using the
assertEmpty
to assert expected is the
empty
.
Using the
assertNotEmpty
to assert expected is not
empty
.
freekmurze
commented
3 years ago
Thanks!
Changed log
assertTrue
to assert expected istrue
.assertEmpty
to assert expected is theempty
.assertNotEmpty
to assert expected is notempty
.