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 99699de commit 502db79Copy full SHA for 502db79
tests/JPush/ReportPayloadTest.php
@@ -44,7 +44,6 @@ public function testGetReceived($msg_id_0, $msg_id_1) {
44
$this->assertTrue(is_array($body));
45
$this->assertEquals(1, count($body));
46
$this->assertTrue(is_array($body[0]));
47
- $this->assertEquals(5, count($body[0]));
48
$this->assertArrayHasKey('msg_id', $body[0]);
49
50
$response = $this->reporter->getReceived(array($msg_id_0, $msg_id_1));
0 commit comments