Skip to content

Commit 682fc8a

Browse files
committed
fix test
1 parent ffb0a1b commit 682fc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/WebPushTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ public function testSendGCMNotificationWithoutGCMApiKey()
115115
{
116116
$webPush = new WebPush();
117117

118-
$this->setExpectedException('ErrorException', 'No GCM API Key specified.');
118+
$this->setExpectedException('ErrorException', 'No GCM/FCM API Key specified.');
119119
$webPush->sendNotification(self::$endpoints['GCM'], null, null, null, true);
120120
}
121121

0 commit comments

Comments
 (0)