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
When developing a library which provides a PhpUnit extension, it would be useful to be able to skip some tests which do require this extension.
WDYT of a new attribute which would skip tests if the given extension is not enabled?
Maybe it can be nice to allow this attribute to be repeatable, or to accept multiple parameters, for the rare cases where two extensions are required for the given test?