You are here

public function GoogleAuthManagerTest::testSetGoogleClient in Social Auth Google 8

Tests set Google_Client object.

@covers ::setClient

File

tests/src/Unit/GoogleAuthManagerTest.php, line 65

Class

GoogleAuthManagerTest
@coversDefaultClass Drupal\social_auth_google\GoogleAuthManager @group social_auth_google

Namespace

Drupal\Tests\social_auth_google\Unit

Code

public function testSetGoogleClient() {
  $this
    ->assertInstanceOf('Drupal\\social_auth_google\\GoogleAuthManager', $this
    ->setClient());
}