Google\Cloud\Tests\GrpcRequestWrapperTest::testCredentialsFetcher PHP Method

testCredentialsFetcher() public method

public testCredentialsFetcher ( $wrapperConfig )
    public function testCredentialsFetcher($wrapperConfig)
    {
        $requestWrapper = new GrpcRequestWrapper($wrapperConfig);
        $this->assertInstanceOf('Google\\Auth\\FetchAuthTokenInterface', $requestWrapper->getCredentialsFetcher());
    }