You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHPUnit 11 will complain with the following deprecation:
```
Metadata in doc-comments is deprecated and will no longer be supported in PHPUnit 12.
Update your test code to use attributes instead.
```
If we add the attribute too, it stops complaining. So this most be a way to support PHPUnit 11 and
older versions.
0 commit comments