runConfigureAuthentication() public method

public runConfigureAuthentication ( $config )
 /**
  * @expectedException Google\Cloud\Exception\GoogleException
  */
 public function testConfigureAuthenticationWithKeyFileThatCantBeDecoded()
 {
     $keyFilePath = __DIR__ . '/ClientTraitTest.php';
     $trait = new ClientTraitStub();
     $conf = $trait->runConfigureAuthentication(['keyFilePath' => $keyFilePath]);
 }