tecnickcom / tc-lib-color

PHP library to manipulate various color representations
Other
23 stars 6 forks source link

fix phpunit10 deprecations #11

Closed remicollet closed 1 year ago

remicollet commented 1 year ago

Description

1 test triggered 1 PHPUnit deprecation:

1) Test\WebTest::testGetColorObjBad
Data Provider method Test\WebTest::getBadColor() is not static

/dev/shm/BUILD/tc-lib-color-44dd214d6ccd6970b87ab54615b59015707fb888/test/WebTest.php:209

...

Checklist:

Type of change:

remicollet commented 1 year ago

Same change can be applied to all data providers in all projects ;)

nicolaasuni commented 1 year ago

@remicollet Thank you for that. I will push a bulk release later.

nicolaasuni commented 1 year ago

Closing this as I changed all the test data providers methods in buld for all tc-lib-* projects, including this. Thank you again.