laravel-notification-channels / onesignal

OneSignal notifications channel for Laravel
MIT License
283 stars 119 forks source link

Add chaining button test #60

Closed timacdonald closed 6 years ago

timacdonald commented 6 years ago

This tests that you can chain webButton calls like so...

$message->webButton($button1)->webButton($button2);
LKaemmerling commented 6 years ago

Thank you! This test is implemented into the refactor branch