issues
search
colopl
/
laravel-spanner
Laravel database driver for Google Cloud Spanner
Apache License 2.0
97
stars
16
forks
source link
chore: use better test methods
#185
Closed
taka-oyama
closed
9 months ago
taka-oyama
commented
9 months ago
Use
assertSame
instead of
assertEquals
(strict comparison vs loose comparison)
$this
instead of
self::
(some methods only exist in $this, so might as well be consistent)
assertSame
instead ofassertEquals
(strict comparison vs loose comparison)$this
instead ofself::
(some methods only exist in $this, so might as well be consistent)