We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a9be4d commit 875c7beCopy full SHA for 875c7be
src/test/php/Gomoob/Pushwoosh/Model/Notification/ChromeTest.php
@@ -89,7 +89,7 @@ public function testJsonSerialize()
89
->setDuration(120)
90
->jsonSerialize();
91
92
- $this->assertCount(4, $array);
+ $this->assertCount(5, $array);
93
$this->assertSame(3600, $array['chrome_gcm_ttl']);
94
$this->assertSame('icon', $array['chrome_icon']);
95
$this->assertSame('Title', $array['chrome_title']);
0 commit comments