glushkovds / php-smpp

WIP. Implementation SMPP v3.4 protocol. Includes sending and listening USSD.
MIT License
18 stars 11 forks source link

Unit tests for USSD #6

Closed Subb98 closed 3 years ago

Subb98 commented 4 years ago

In a production environment, we encountered some deliver_sm requests that were not processed. In particular, USSD requests. To eliminate the point of failure from the application side, it was proposed to write Unit tests for USSD by analogy with tests for SMS.