mailgun-php/tests/Api
Matias Barletta 07da83776a fix: Validate file name length (#463)
* fix: Validate file name length

$message could contain a large email text that if sent to is_file it could break with this error:
` is_file(): File name is longer than the maximum allowed path `
This validation prevents using is_file if the $message is longer than the allowed path.

* style: Fix extra space

* Added a small test

* cs

* cs
2019-01-05 12:44:50 +01:00
..
Suppression cs 2018-08-08 20:48:35 +01:00
AttachmentTest.php Added a way to get attachments (#476) 2018-08-09 18:59:38 +02:00
DomainTest.php cs 2018-08-08 20:48:35 +01:00
EventTest.php We need both getApiMock and getApiInstance 2018-08-08 20:48:35 +01:00
MessageTest.php fix: Validate file name length (#463) 2019-01-05 12:44:50 +01:00
RouteTest.php cs 2018-08-08 20:48:35 +01:00
StatsTest.php Fixed stats retrieval (#384) 2017-12-01 21:10:21 +01:00
SuppressionTest.php cs 2018-08-08 20:48:35 +01:00
TagTest.php Added a way to get attachments (#476) 2018-08-09 18:59:38 +02:00
TestCase.php Removed integration tests. (#490) 2018-12-09 11:45:32 +00:00
WebhookTest.php cs 2018-08-08 20:48:35 +01:00