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
I personally don't like shared data providers. Specially when we don't autoload unit tests and that may break one by one isolated execution by adding inter dependencies between tests.
Surely we can easily skip the error/warning if the FQCN of the class is "remote", but still I'm not completely sold to the idea.
You can share data providers between separate unit tests with:
This generates the error message:
Data provider method "\some\class\test_class::test_provider" not found.
The text was updated successfully, but these errors were encountered: