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
Currently, it is not possible to mock the class because the database connection is already initiated in the constructor. This must be prevented either by means of parameters or environment variables so that simple unit tests can be created.
Currently, it is not possible to mock the class because the database connection is already initiated in the constructor. This must be prevented either by means of parameters or environment variables so that simple unit tests can be created.