FriendsOfCake / search

CakePHP: Easy model searching
MIT License
170 stars 59 forks source link

replace phpunits at() method with once() #322

Closed LordSimal closed 2 years ago

LordSimal commented 2 years ago

As we did the same in https://github.com/cakephp/cakephp/pull/15472 I replaced phpunits deprecated ->at() method with ->once()

codecov[bot] commented 2 years ago

Codecov Report

Merging #322 (b9de4aa) into master (baca2e1) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #322   +/-   ##
=========================================
  Coverage     94.13%   94.13%           
  Complexity      224      224           
=========================================
  Files            19       19           
  Lines           580      580           
=========================================
  Hits            546      546           
  Misses           34       34           

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 baca2e1...b9de4aa. Read the comment docs.