Skip to content

Commit f68179b

Browse files
committed
assertCount(4, $array)
1 parent 800b1d0 commit f68179b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/php/Gomoob/Pushwoosh/Model/Notification/ChromeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public function testJsonSerialize()
7878
->setImage('Image')
7979
->jsonSerialize();
8080

81-
$this->assertCount(3, $array);
81+
$this->assertCount(4, $array);
8282
$this->assertSame(3600, $array['chrome_gcm_ttl']);
8383
$this->assertSame('icon', $array['chrome_icon']);
8484
$this->assertSame('Title', $array['chrome_title']);

0 commit comments

Comments
 (0)