Ejemplo n.º 1
0
 public function testGetUnreadCount()
 {
     $count = $this->faker->randomDigit;
     $channel = new Channel($this->client, ['unread_count' => $count]);
     $this->assertEquals($count, $channel->getUnreadCount());
 }