Example #1
0
 /**
  * @dataProvider dataValidSslCert
  */
 public function testSslCert($sslCert)
 {
     $client = new Client($sslCert, true);
     $this->assertSame($sslCert, $client->getSslCert());
 }