dustin10 / VichUploaderBundle

A simple Symfony bundle to ease file uploads with ORM entities and ODM documents.
MIT License
1.85k stars 520 forks source link

Migrate providers in tests #1364

Closed garak closed 1 year ago

garak commented 1 year ago

PHPUnit deprecated non-static data providers, so we need to fix all our tests, otherwise we won't be able to upgrade to version 10 of PHPUnit

Trukes commented 1 year ago

Hello.

Opened a PR that fix some tests: https://github.com/dustin10/VichUploaderBundle/pull/1367