kreait / laravel-firebase

A Laravel package for the Firebase PHP Admin SDK
https://github.com/kreait/firebase-php
MIT License
994 stars 163 forks source link

Replace assertEquals with assertSame #111

Closed sergiy-petrov closed 2 years ago

sergiy-petrov commented 2 years ago

assertSame also check type of values unlike assertEquals do

codecov[bot] commented 2 years ago

Codecov Report

Merging #111 (3c802a8) into main (c28dda0) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #111   +/-   ##
=========================================
  Coverage     99.24%   99.24%           
  Complexity       48       48           
=========================================
  Files             3        3           
  Lines           132      132           
=========================================
  Hits            131      131           
  Misses            1        1           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c28dda0...3c802a8. Read the comment docs.

jeromegamez commented 2 years ago

Thanks! 🌺