We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Think we just need 2 more tests to increase automated test coverage to 100%.
It's at 98.9% at the moment on https://coveralls.io/github/EdwinHoksberg/php-fcm
Add a test that passes data param into the constructor... https://coveralls.io/builds/32427333/source?filename=src/Push/Notification.php#L69
Add a test to test exception catching when passing a non-array into the addDataArray function... https://coveralls.io/builds/32427333/source?filename=src/Push/Push.php#L69
This is not an issue really, just a reminder to myself as much as anything.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Think we just need 2 more tests to increase automated test coverage to 100%.
It's at 98.9% at the moment on https://coveralls.io/github/EdwinHoksberg/php-fcm
Add a test that passes data param into the constructor...
https://coveralls.io/builds/32427333/source?filename=src/Push/Notification.php#L69
Add a test to test exception catching when passing a non-array into the addDataArray function...
https://coveralls.io/builds/32427333/source?filename=src/Push/Push.php#L69
This is not an issue really, just a reminder to myself as much as anything.
The text was updated successfully, but these errors were encountered: