odan / slim4-skeleton

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

running phpunit on clean installations gives warnings #132

Open rabol opened 1 month ago

rabol commented 1 month 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.