Ejemplo n.º 1
0
 public function testGetTopic()
 {
     $topic = $this->faker->sentence;
     $channel = new Channel($this->client, ['topic' => ['value' => $topic]]);
     $this->assertEquals($topic, $channel->getTopic());
 }