Commit Graph

16 Commits

Author SHA1 Message Date
Travis Swientek
f781158019 Removed legacy PHP closing braces 2014-10-06 15:53:33 -07:00
Iain Cambridge
e9e0f39ca8 Apply coding style that is in src 2014-05-14 14:06:05 +01:00
Iain Cambridge
3af838f2c8 Move mocks
Created a Mocks directory to seperate mocks from classes.

I moved Mailgun\Tests\MailGunTest to Mailgun\Test\Mocks\Mailgun. As it's not a
test it's a mock. So shouldn't be suffixed with Test.

I mocked Mailgun\Tests\Connection\TestBroker to Mailgun\Tests\Mocks\Connection\TestBroker as it's a mock and should be with other mocks.
2014-05-13 14:25:26 +01:00
Travis Swientek
24e6a01651 Added message id return to batch sending. 2013-08-21 23:11:24 -07:00
Travis Swientek
62d01db1e4 Removed inclusion of constants 2013-08-13 13:49:00 -07:00
Travis Swientek
685a7351d5 Refactor. Covered refactor in tests. 2013-08-13 12:26:34 -07:00
Travis Swientek
104bb72008 Refactor complete 2013-08-08 10:39:44 -07:00
Travis Swientek
1ff4357810 Modified and renamed HTTPBroker to RestClient. 2013-08-07 16:22:19 -07:00
Travis Swientek
2f06edcee4 Another attempt to fix TestBroker 2013-07-25 16:15:20 -07:00
Travis Swientek
8196384b4c Fixed standard class declaration in TestBroker 2013-07-25 16:09:20 -07:00
Travis Swientek
4e43786949 Code cleanup! 2013-07-25 15:42:06 -07:00
Travis Swientek
762bfde571 Added multiple new endpoints and their respective tests! 2013-07-24 17:43:24 -07:00
Travis Swientek
f54649ac1e "Refactor Complete!" 2013-07-24 16:25:24 -07:00
Travis Swientek
5befeb0f66 End of day commit 2013-07-23 17:34:50 -07:00
Travis Swientek
e5ae7e47d3 Added test cases for all available methods. 2013-07-23 14:29:45 -07:00
Travis Swientek
c09e6fd579 Removed some stuff 2013-07-22 22:11:01 -07:00