mailgun-php/tests
David Garcia 1613843c7e Routes API (#249)
* Add initial (empty) Routes PHP Unit Test file

We still need to provide the automated tests

* Add initial Routes file

* Describe API Methods

* Inherit method from TestCase - adding @inheritdoc annotation

* Add new DTOs to map API responses to known objects

* Add new Response to manage the Routes list

* Implement method to retrieve a list of Routes

* Add new Response to manage a single Route resource

* Implement method to retrieve a single Route

* Set ShowResponse as final

* Add new Response to manage the Create process

* Implement method to create a new Route

* Fix missing annotation

* Add new Response to manage the Delete Route process

* Implement method to delete a Route based on the ID

* Add new Response to manage the Update Route process

This response is based on Domain API docs due there are no examples on
Routes API docs. We may need to update the response.

* Implement method to update a Route based on the ID

* Require a $limit value greater than 0

* Require a $skip value greater than or equal to 0

* Set UpdateResponse as final

* Add new (empty) public methods to test the Routes API

* Provide method to get the Routes API from Mailgun Client

* Add missed annotation

* Update ShowResponse to return an instance of ApiResponse instead of the DTO

* Update annotation

* Fix annotation

* Update array $actions to provide an empty array by default

* Update parameters to make sure the last arg always is a DateTime (or null)

* Use empty()

* Remove DTO suffix

* Move DTOs to the parent folder/namespace

* Fix annotations
2016-12-09 14:15:06 -08:00
..
Api Routes API (#249) 2016-12-09 14:15:06 -08:00
Functional Apply fixes from StyleCI (#243) 2016-12-06 12:12:52 -06:00
Integration Fixed integration tests (#233) 2016-11-24 09:59:05 +01:00
Lists Apply fixes from StyleCI (#243) 2016-12-06 12:12:52 -06:00
Messages Apply fixes from StyleCI (#243) 2016-12-06 12:12:52 -06:00
Mock Apply fixes from StyleCI (#243) 2016-12-06 12:12:52 -06:00
TestAssets Add attachment from memory (#158) 2016-09-06 13:05:50 +02:00
MailgunTest.php Apply fixes from StyleCI (#243) 2016-12-06 12:12:52 -06:00
MailgunTestCase.php Apply fixes from StyleCI (#243) 2016-12-06 12:12:52 -06:00
RequestBuilderTest.php Apply fixes from StyleCI (#243) 2016-12-06 12:12:52 -06:00