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
How should we go about testing this library (preferably on Travis CI)? As much code in the library calls PHP’s \imap functions directly, mocking doesn't seem to make much sense.
Does anyone know of a fake IMAP server that we can use in unit tests? Or should we perhaps use a GMail test account for integration tests?
The text was updated successfully, but these errors were encountered:
How should we go about testing this library (preferably on Travis CI)? As much code in the library calls PHP’s
\imap
functions directly, mocking doesn't seem to make much sense.Does anyone know of a fake IMAP server that we can use in unit tests? Or should we perhaps use a GMail test account for integration tests?
The text was updated successfully, but these errors were encountered: