Closed christiaan closed 11 years ago
The following didn't work while IMHO it should. This branch fixes this.
$msg = new AndroidMessage(); $msg->setGCM(true); $msg->setMessage('Test message'); $pusher->send($msg);
The pullrequest also contains some fixes that I needed to get phpunit running.
Great - thanks! :)
The following didn't work while IMHO it should. This branch fixes this.
The pullrequest also contains some fixes that I needed to get phpunit running.