add tests for client and url class

This commit is contained in:
2022-07-10 21:52:37 +02:00
parent 740b14f868
commit 3a3a940a01
7 changed files with 339 additions and 54 deletions

View File

@ -19,8 +19,6 @@ class ExceptionMessages
{
const INVALID_SENDER = 'invalid sender phone number';
const WRONG_APIURL_INTERFACE = 'ApiUrl instance must implement UrlInterface';
const NOK_REQUEST_RETURN = 'request %1$s returns status code %2$s';
const INVALID_RECIPIENT_PHONE = 'invalid recipient phone number';