Example #1
0
 public function testPing()
 {
     $response = $this->client->ping();
     $this->assertEquals('PONG', $response);
 }