issues
search
laravel
/
browser-kit-testing
Provides backwards compatibility for BrowserKit testing in the latest Laravel release.
MIT License
509
stars
75
forks
source link
Improve assertions
#143
Closed
peter279k
closed
4 years ago
peter279k
commented
4 years ago
Changed log
Using the
assertSame
to replace
assertEquals
and it can make assertion equals checking strict.
Changed log
assertSame
to replaceassertEquals
and it can make assertion equals checking strict.