Nexmo / nexmo-laravel

Add Vonage functionality such as SMS and voice calling to your Laravel app with this Laravel Service Provider.
MIT License
317 stars 79 forks source link

Fixed tests to support \Nexmo and \Vonage #52

Closed dragonmantank closed 3 years ago

dragonmantank commented 3 years ago

While we added support for both namespaces via vonage/nexmo-bridge, the unit tests were pretty heavily tied to specific class names. This fixes the tests to work better for internal class checking, and as a side consequence makes it possible to create Vonage\Client as well as Nexmo\Client through the service provider.

This is not a customer-facing change, just cleans up the tests. The config options will be altered when we push this as vonage/laravel, and is a psuedo-prerequisite for #51 (I'd like the tests work before we cut another release).

dragonmantank commented 3 years ago

Added the Github actions