Tests fail after upgrade from 4.1 to 4.2
tomvo opened this issue · 0 comments
tomvo commented
We did a composer update and saw our tests starting to fail with 4.2 with this exception:
Symfony\Component\Debug\Exception\FatalThrowableError: Argument 1 passed to Edujugon\PushNotification\Channels\ApnChannel::buildData() must be an instance of Edujugon\PushNotification\Messages\PushMessage, null given, called in /home/vagrant/code/vendor/edujugon/push-notification/src/Channels/PushChannel.php on line 36
Any idea which change could've caused this?