Example #1
0
 /**
  * Test: Retrieve version.
  *
  * @author Benjamin Carl <*****@*****.**>
  * @return void
  * @access protected
  */
 public function testRetrieveVersion()
 {
     $this->assertRegExp('/\\d[\\.]\\d[\\.]\\d[\\-\\w]+/u', $this->client->version());
 }