-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Would it be possible for you to use auto loading instead of require statements for the API client? Using require statements makes unit testing for us a lot harder when trying to mock the client.
Mockery supports mocking of static public methods for classes not yet loaded, but we can't use this feature because of the existing require statements, and therefore can't write suitable tests.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels