Ejemplo n.º 1
0
 public function testGetTimeCreated()
 {
     $time = $this->faker->dateTime;
     $channel = new Channel($this->client, ['created' => $time->getTimestamp()]);
     $this->assertEquals($time, $channel->getTimeCreated());
 }