Example #1
0
 public function transport()
 {
     $transport = \Mockery::mock();
     return Client::transport($transport);
 }