foundry
foundry copied to clipboard
use phpunit attributes
Starting in PHPUnit 11 - the use of metadata in doc-comments is hard deprecated. Results in tests passing as expected but PHPUnit deprecation warnings everywhere...
Not sure if ya'll use any sort of @legacy
comments like we do in MakerBundle. If so, let me know and I'll add them to the doc-comments. E.g. @after - @legacy - can be removed when PHPUnit <10 support is dropped.
Hi @jrushlow
sorry to have been quite on this lately.
Because we only use phpunit ^9.5
, I don't think we'll need any @group legacy
for now?
could rebase your PR, please?
@nikophil rebase done
don't think the ci failure is related.. looks like a php-cs-fixer
type of problem
absolutely, I'll fix this today
thanks @jrushlow