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
Test doubles are now prohibited in various testing libraries for final classes.
As such, creating Unit Tests for CategoryRegister is a lot harder, because the abstract class ClassRegister, which can be doubled, will fail PHP typed params.
The text was updated successfully, but these errors were encountered:
Test doubles are now prohibited in various testing libraries for final classes.
As such, creating Unit Tests for
CategoryRegister
is a lot harder, because theabstract class ClassRegister
, which can be doubled, will fail PHP typed params.The text was updated successfully, but these errors were encountered: