getCertificatePath() public method

public getCertificatePath ( )
 /**
  * @test
  */
 public function testGetCertificatePath()
 {
     $this->assertStringEndsWith(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'cacert.pem', $this->credential->getCertificatePath());
 }