Example #1
0
 public function testGetWriteKey()
 {
     $queue = $this->getQueueMock();
     $client = new Client($queue, 'foo_key');
     $this->assertSame('foo_key', $client->getWriteKey());
 }