getVersion() public method

public getVersion ( ) : string
return string Version of PHP driver
Exemplo n.º 1
0
 public function testGetVersion()
 {
     $this->assertTrue(version_compare($this->client->getVersion(), '0.9.0', '>='));
 }