FriendsOfCake / cakephp-upload

CakePHP: Handle file uploading sans ridiculous automagic
https://cakephp-upload.readthedocs.io/
MIT License
551 stars 255 forks source link

update dependences #584

Closed saeideng closed 2 years ago

saeideng commented 2 years ago

1)use phpunit 9.3+ 2)replace php-vfs/php-vfs with mikey179/vfsstream 3)enable deprecation warnings

codecov[bot] commented 2 years ago

Codecov Report

Merging #584 (de16ace) into master (a2cf020) will increase coverage by 0.68%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #584      +/-   ##
============================================
+ Coverage     95.00%   95.68%   +0.68%     
+ Complexity      110      108       -2     
============================================
  Files            11       11              
  Lines           280      278       -2     
============================================
  Hits            266      266              
+ Misses           14       12       -2     
Impacted Files Coverage Δ
src/Plugin.php 0.00% <0.00%> (ø)

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 a2cf020...de16ace. Read the comment docs.

saeideng commented 2 years ago

there are some warnings

The at() matcher has been deprecated. It will be removed in PHPUnit 10. Please refactor your test to not rely on the order in which methods are invoked.