mailjet / laravel-mailjet

Laravel package for Mailjet API V3 and Laravel Mailjet Mail Transport
MIT License
94 stars 93 forks source link

[question] There is any way to perform tests ? #7

Closed sen0rxol0 closed 7 years ago

sen0rxol0 commented 7 years ago

So i'm using laravel for a project and i also would like to use mailjet as our mail service provider. The only problem was no good support for mailjet api in laravel, i saw this project and i said cool imma try it. i'm about to push to production and i would like to make some tests before committing. i've tried but it doesn't seen to be working with laravel.

Nightbr commented 7 years ago

If you want to write some tests here is how:

I think you should be more specific on what you want to achieve exactly with some code example in order to be helped in depth.

sen0rxol0 commented 7 years ago

i was trying to perform some functional tests, so the issue was on my Mailjet account, as far as it goes this package is working fine. And i agree with you, i was being vague with my question.