mailgun-php/tests
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
..
Api fix: Validate file name length (#463) 2019-01-05 12:44:50 +01:00
Functional Grammar typo (#413) 2017-11-22 09:37:04 +01:00
Lists refactor: Remove dead code. 2018-02-01 22:42:12 +00:00
Message Ported MessageBuilder and BatchMessage (#472) 2018-08-04 21:30:15 +02:00
Messages Ported MessageBuilder and BatchMessage (#472) 2018-08-04 21:30:15 +02:00
Mock style: Fix coding style. 2018-02-01 22:42:12 +00:00
Model Fix type error when creating tags (#501) 2019-01-03 10:55:24 +01:00
TestAssets Add attachment from memory (#158) 2016-09-06 13:05:50 +02:00
MailgunTest.php Grammar typo (#413) 2017-11-22 09:37:04 +01:00
MailgunTestCase.php Grammar typo (#413) 2017-11-22 09:37:04 +01:00
RequestBuilderTest.php Grammar typo (#413) 2017-11-22 09:37:04 +01:00