laravel-notification-channels / messagebird

Messagebird notifications channel for Laravel
http://laravel-notification-channels.com
MIT License
22 stars 26 forks source link

getting tests ready for newer php versions #19

Closed Treggats closed 5 years ago

Treggats commented 5 years ago

I've updated the setUp and tearDown methods of the tests to match the new phpunit requirements. Also have bumped the minimal php version to PHP 7.2 as phpunit requires it. PHP 7.1 only has 3 months of security fixes left and PHP 7.0 is end of life.