odan / slim4-skeleton

A Slim 4 Skeleton
https://odan.github.io/slim4-skeleton/
MIT License
448 stars 80 forks source link

running phpunit on clean installations gives warnings #132

Closed rabol closed 1 month ago

rabol commented 4 months ago

in a clean installation:

./vendor/bin/phpunit

gives this

PHPUnit 11.3.0 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.3.9
Configuration: /Users/rabol/code/web/slim/phpunit.xml

..                                                                  2 / 2 (100%)

Time: 00:00.012, Memory: 10.00 MB

There was 1 PHPUnit test runner deprecation:

1) Metadata found in doc-comment for class App\Test\TestCase\Action\Home\HomeActionTest. Metadata in doc-comments is deprecated and will no longer be supported in PHPUnit 12. Update your test code to use attributes instead.
odan commented 1 month ago

This will be fixed in the next release. See here: https://github.com/odan/slim4-skeleton/commit/d2a617893575457975fe29e4f5b053a487275a02#diff-74dad4eff3cf356d840459ba5747a485f00332ff953b01cadb939b99b36a09c3R11