Skip to content

Commit 0395a2b

Browse files
committed
Special characters in test
1 parent a4bf323 commit 0395a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/WebPushTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ public function notificationProvider()
4949
self::setUpBeforeClass(); // dirty hack of PHPUnit limitation
5050
return array(
5151
array(self::$endpoints['standard'], null, null, null),
52-
array(self::$endpoints['standard'], '{"message":"Plop","tag":"general"}', self::$keys['standard'], self::$tokens['standard']),
52+
array(self::$endpoints['standard'], '{"message":"Comment ça va ?","tag":"general"}', self::$keys['standard'], self::$tokens['standard']),
5353
array(self::$endpoints['GCM'], null, null, null),
54-
array(self::$endpoints['GCM'], '{"message":"Plop","tag":"general"}', self::$keys['GCM'], self::$tokens['GCM']),
54+
array(self::$endpoints['GCM'], '{"message":"Comment ça va ?","tag":"general"}', self::$keys['GCM'], self::$tokens['GCM']),
5555
);
5656
}
5757

0 commit comments

Comments
 (0)