Upgrading PHPUnit - "metadata in doc-comments is deprecated [...] use attributes instead"
– www.conroyp.com - submitted by Paul Conroy
Starting with PHPUnit 11, deprecation warnings will be fired if you're still using doc comments like "@test" above function declarations. This can lead to some pretty cluttered output in your test runs. Time to start using PHP attributes!
Read more [www.conroyp.com]