public function testPing()
 {
     $this->connection->connect();
     $this->assertTrue($this->connection->ping());
 }